Upgrade to debian-based rootfs

This commit is contained in:
2021-01-20 12:55:06 +01:00
parent bfda197c4d
commit 0264a6e81f
8 changed files with 83 additions and 27 deletions

View File

@@ -1,3 +1,4 @@
# executor crontab
* * * * * /usr/local/bin/cron-command >> /home/executor/cron.log
0 0 * * * mv /home/executor/cron.log /home/executor/cron.old
MAILTO=""
* * * * * executor /usr/local/bin/cron-command >> /home/executor/cron.log 2>&1
0 0 * * * executor mv /home/executor/cron.log /home/executor/cron.old