cronie: update logrotate file for systemd.
This commit is contained in:
parent
0a60065bef
commit
b4aef22d7f
|
@ -2,6 +2,6 @@
|
|||
sharedscripts
|
||||
copytruncate
|
||||
postrotate
|
||||
/etc/init.d/crond reload >/dev/null 2>&1 || true
|
||||
systemctl try-restart cronie.service >/dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'cronie'
|
||||
pkgname=cronie
|
||||
version=1.4.8
|
||||
revision=1
|
||||
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
|
||||
|
|
Loading…
Reference in New Issue