exec busybox crond

Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
Eric Nemchik 2023-07-30 01:05:00 -05:00
parent e459041758
commit 7f49ef77d9
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
exec /usr/sbin/crond -f -S -l 5
exec busybox crond -f -S -l 5