Make crond run a little bit later in the boot process (#747759)
This commit is contained in:
parent
741d90e9b6
commit
00f22a5451
@ -6,7 +6,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: 8%{?dist}
|
Release: 9%{?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
|
||||||
@ -232,6 +232,9 @@ exit 0
|
|||||||
%attr(0755,root,root) %{_initrddir}/crond
|
%attr(0755,root,root) %{_initrddir}/crond
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.8-8
|
||||||
- change triggerun to fix 735802 during upgrade
|
- change triggerun to fix 735802 during upgrade
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Command Scheduler
|
Description=Command Scheduler
|
||||||
After=syslog.target auditd.service
|
After=syslog.target auditd.service sssd.service ypbind.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=/etc/sysconfig/crond
|
EnvironmentFile=/etc/sysconfig/crond
|
||||||
|
Loading…
Reference in New Issue
Block a user