]> git.pld-linux.org Git - packages/cronie.git/commitdiff
- missing 'start on' and 'stop on' added to the upstart job auto/th/cronie-1_4_4-6
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 26 May 2010 06:33:29 +0000 (06:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release: 6

Changed files:
    cronie.spec -> 1.34
    cronie.upstart -> 1.2

cronie.spec
cronie.upstart

index fda72fc6251370297d7c4751e1fc8b34bc84dd8c..dbca3d3bab00de55a5c046025d504d3387267b3b 100644 (file)
@@ -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
index 4923c52a2029b44d8485d039a18e82a5d2fe254d..75c3c8d15d7c1995fad5aaadba65cf4687a62cc1 100644 (file)
@@ -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"
This page took 0.096242 seconds and 4 git commands to generate.