Make crond run a little bit later in the boot process (#747759)

This commit is contained in:
Tomas Mraz 2011-10-25 22:51:33 +02:00
parent 741d90e9b6
commit 00f22a5451
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@
Summary: Cron daemon for executing programs at set times
Name: cronie
Version: 1.4.8
Release: 8%{?dist}
Release: 9%{?dist}
License: MIT and BSD and ISC and GPLv2
Group: System Environment/Base
URL: https://fedorahosted.org/cronie
@ -232,6 +232,9 @@ exit 0
%attr(0755,root,root) %{_initrddir}/crond
%changelog
* Tue Oct 25 2011 Tomáš Mráz <tmraz@redhat.com> - 1.4.8-9
- make crond run a little bit later in the boot process (#747759)
* Mon Oct 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.8-8
- change triggerun to fix 735802 during upgrade

View File

@ -1,6 +1,6 @@
[Unit]
Description=Command Scheduler
After=syslog.target auditd.service
After=syslog.target auditd.service sssd.service ypbind.service
[Service]
EnvironmentFile=/etc/sysconfig/crond