From 373706712cbb33e58ef724cb2dcfcd8a70f8b44e Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Wed, 26 May 2010 06:33:29 +0000 Subject: [PATCH] - missing 'start on' and 'stop on' added to the upstart job - Release: 6 Changed files: cronie.spec -> 1.34 cronie.upstart -> 1.2 --- cronie.spec | 2 +- cronie.upstart | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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" -- 2.43.0