rsyslog: update logrotate file for systemd.
This commit is contained in:
parent
fffbc1f0da
commit
0a60065bef
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue