start crond after auditd
This commit is contained in:
parent
83084afb29
commit
848a0220c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
|||||||
cronie.systemd
|
|
||||||
cronie-1.4.7.tar.gz
|
cronie-1.4.7.tar.gz
|
||||||
/cronie-1.4.8.tar.gz
|
/cronie-1.4.8.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Summary: Cron daemon for executing programs at set times
|
Summary: Cron daemon for executing programs at set times
|
||||||
Name: cronie
|
Name: cronie
|
||||||
Version: 1.4.8
|
Version: 1.4.8
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: MIT and BSD and ISC and GPLv2
|
License: MIT and BSD and ISC and GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://fedorahosted.org/cronie
|
URL: https://fedorahosted.org/cronie
|
||||||
@ -253,6 +253,9 @@ service crond condrestart > /dev/null 2>&1 ||:
|
|||||||
%attr(0644,root,root) %{_initrddir}/crond
|
%attr(0644,root,root) %{_initrddir}/crond
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 29 2011 Tomáš Mráz <tmraz@redhat.com> - 1.4.8-3
|
||||||
|
- start crond after auditd
|
||||||
|
|
||||||
* Wed Jun 29 2011 Tomáš Mráz <tmraz@redhat.com> - 1.4.8-2
|
* Wed Jun 29 2011 Tomáš Mráz <tmraz@redhat.com> - 1.4.8-2
|
||||||
- fix inotify support to not leak fds (#717505)
|
- fix inotify support to not leak fds (#717505)
|
||||||
|
|
||||||
|
11
cronie.systemd
Normal file
11
cronie.systemd
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Command Scheduler
|
||||||
|
After=syslog.target auditd.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
EnvironmentFile=/etc/sysconfig/crond
|
||||||
|
ExecStart=/usr/sbin/crond -n $CRONDARGS
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue
Block a user