4 lines
144 B
Plaintext
4 lines
144 B
Plaintext
|
# executor crontab
|
||
|
* * * * * /usr/local/bin/cron-command > /home/executor/cron.log
|
||
|
0 0 * * * mv /home/executor/cron.log /home/executor/cron.old
|