diff --git a/root/etc/services.d/cron/run b/root/etc/services.d/cron/run index a1b27f4..6cfaef5 100644 --- a/root/etc/services.d/cron/run +++ b/root/etc/services.d/cron/run @@ -1,3 +1,3 @@ #!/usr/bin/with-contenv bash -/usr/sbin/crond -f -S -l 0 -c /etc/crontabs +exec /usr/sbin/crond -f -S -l 0 -c /etc/crontabs