[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Sat Sep 1 13:53:27 CEST 2012
commit c5c8c938ad8a6f20e79eae43b3bbc074ea2e3ce7
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 01 Sep 2012 04:53:27 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c5c8c938ad8a6f20e79eae43b3bbc074ea2e3ce7
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
utils/cronie/DEPENDS +1/-0
utils/cronie/POST_INSTALL +0/-3
utils/cronie/systemd.d/cronie.service +1/-0
3 files changed, 0 insertions (+), 0 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