This commit is contained in:
root 2017-11-07 13:24:12 +01:00
parent 5cb994532f
commit 84861785df

6
run.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env sh
set -o pipefail -o nounset -o errexit
echo "${crond_line}" > "/etc/crontabs/root"
crond -f -L /dev/stdout