[Lunar-commits] <moonbase-other> cronie: A few tweaks to the module and systemd unit file

Stefan Wold ratler at lunar-linux.org
Sat Sep 1 13:05:34 CEST 2012


commit 11a82778c1136cad8fa59806c712760233e5d526
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 01 Sep 2012 04:05:34 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/11a82778c1136cad8fa59806c712760233e5d526

cronie: A few tweaks to the module and systemd unit file
---
  utils/cronie/DEPENDS                                         +1/-0     
  utils/cronie/POST_INSTALL                                    +0/-3     
  utils/cronie/systemd.d/cronie.service                        +1/-0     
  3 files changed, 2 insertions (+), 3 deletions (-)

--- a/utils/cronie/DEPENDS
+++ b/utils/cronie/DEPENDS
@@ -1 +1,2 @@
 depends cron-common
+depends lunar-tools
--- a/utils/cronie/POST_INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ ! -e /etc/crontab ] || [ ! -e /usr/bin/run-parts ]; then
-  lin -c cron-common
-fi
--- a/utils/cronie/systemd.d/cronie.service
+++ b/utils/cronie/systemd.d/cronie.service
@@ -4,6 +4,7 @@ After=syslog.target
 
 [Service]
 ExecStart=/usr/sbin/crond -n
+Restart=always
 
 [Install]
 WantedBy=multi-user.target




More information about the Lunar-commits mailing list