]> git.pld-linux.org Git - packages/cronie.git/blobdiff - cronie.upstart
- missing 'start on' and 'stop on' added to the upstart job
[packages/cronie.git] / cronie.upstart
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.064965 seconds and 4 git commands to generate.