From: Jacek Konieczny Date: Wed, 26 May 2010 06:33:29 +0000 (+0000) Subject: - missing 'start on' and 'stop on' added to the upstart job X-Git-Tag: auto/th/cronie-1_4_4-6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcronie.git;a=commitdiff_plain;h=373706712cbb33e58ef724cb2dcfcd8a70f8b44e;ds=sidebyside - missing 'start on' and 'stop on' added to the upstart job - Release: 6 Changed files: cronie.spec -> 1.34 cronie.upstart -> 1.2 --- diff --git a/cronie.spec b/cronie.spec index fda72fc..dbca3d3 100644 --- a/cronie.spec +++ b/cronie.spec @@ -17,7 +17,7 @@ Summary: Cron daemon for executing programs at set times Name: cronie Version: 1.4.4 -Release: 5 +Release: 6 License: MIT and BSD and GPL v2 Group: Daemons Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz diff --git a/cronie.upstart b/cronie.upstart index 4923c52..75c3c8d 100644 --- a/cronie.upstart +++ b/cronie.upstart @@ -1,5 +1,8 @@ description "Cronie - the cron daemon" +start on pld.sysinit-done +stop on pld.shutdown-started + # This option will direct cron to send job output to the system log using syslog(3). # This is useful if your system has no sendmail(8), or if mail is disabled using "off". env CROND_SYSLOG_RESULT="no"