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