start crond after auditd

This commit is contained in:
Tomas Mraz 2011-06-29 16:05:37 +02:00
parent 83084afb29
commit 848a0220c2
4 changed files with 15 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
cronie.systemd
cronie-1.4.7.tar.gz
/cronie-1.4.8.tar.gz

View File

@ -7,7 +7,7 @@
Summary: Cron daemon for executing programs at set times
Name: cronie
Version: 1.4.8
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT and BSD and ISC and GPLv2
Group: System Environment/Base
URL: https://fedorahosted.org/cronie
@ -253,6 +253,9 @@ service crond condrestart > /dev/null 2>&1 ||:
%attr(0644,root,root) %{_initrddir}/crond
%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
- fix inotify support to not leak fds (#717505)

11
cronie.systemd Normal file
View 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

View File

@ -1,2 +1 @@
01014d53a9ede7c45f2419dc023cc372 cronie.systemd
9b1d2ce6db8d1883e06635f437170657 cronie-1.4.8.tar.gz