rsyslog: update logrotate file for systemd.

This commit is contained in:
Juan RP 2011-10-11 05:47:17 +02:00
parent fffbc1f0da
commit 0a60065bef
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@
missingok missingok
sharedscripts sharedscripts
postrotate postrotate
/etc/init.d/rsyslogd reload >/dev/null 2>&1 || true systemctl try-restart rsyslog >/dev/null 2>&1 || true
endscript endscript
} }

View file

@ -1,7 +1,7 @@
# Template file for 'rsyslog' # Template file for 'rsyslog'
pkgname=rsyslog pkgname=rsyslog
version=5.8.5 version=5.8.5
revision=2 revision=3
homepage="http://www.rsyslog.com" homepage="http://www.rsyslog.com"
distfiles="${homepage}/files/download/rsyslog/$pkgname-$version.tar.gz" distfiles="${homepage}/files/download/rsyslog/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure