6 lines
93 B
Bash
6 lines
93 B
Bash
|
|
#!/usr/bin/with-contenv sh
|
||
|
|
set -eu;
|
||
|
|
|
||
|
|
# Start Cron
|
||
|
|
exec busybox crond -f -l 0 -L /proc/1/fd/1
|