diff options
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/cron/data/etc/systemd/system/cron.service | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remote/modules/cron/data/etc/systemd/system/cron.service b/remote/modules/cron/data/etc/systemd/system/cron.service index fbf17b27..b2b5e770 100644 --- a/remote/modules/cron/data/etc/systemd/system/cron.service +++ b/remote/modules/cron/data/etc/systemd/system/cron.service @@ -2,6 +2,6 @@ Description=Cron Daemon [Service] -Type=forking -ExecStart=/opt/openslx/sbin/cron -ExecStop=/opt/openslx/bin/kill -TERM $MAINPID +ExecStart=/opt/openslx/sbin/cron -n +ExecStartPost=-/opt/openslx/bin/touch -c /etc/cron.d +Restart=on-failure |
