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