summaryrefslogtreecommitdiffstats
path: root/remote/modules/cron/data/etc
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/cron/data/etc')
-rw-r--r--remote/modules/cron/data/etc/systemd/system/cron.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/cron/data/etc/systemd/system/cron.service b/remote/modules/cron/data/etc/systemd/system/cron.service
index 2c5b832a..fbf17b27 100644
--- a/remote/modules/cron/data/etc/systemd/system/cron.service
+++ b/remote/modules/cron/data/etc/systemd/system/cron.service
@@ -1,7 +1,7 @@
[Unit]
-Description=CRON
+Description=Cron Daemon
[Service]
Type=forking
-ExecStart=/usr/sbin/cron
+ExecStart=/opt/openslx/sbin/cron
ExecStop=/opt/openslx/bin/kill -TERM $MAINPID