14 lines
570 B
Plaintext
14 lines
570 B
Plaintext
#
|
|
# Output of the crontab jobs (including errors) is sent through
|
|
# email to the user the crontab file belongs to (unless redirected).
|
|
#
|
|
# For example, you can run a backup of all your user accounts
|
|
# at 5 a.m every week with:
|
|
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
|
|
#
|
|
# For more information see the manual pages of crontab(5) and cron(8)
|
|
#
|
|
# m h dom mon dow command
|
|
#0 1 * * * piperun-bot # Execute the piperun-bot everyday at 01h00min
|
|
25 0 * * * cd /app; ./piperun-bot >/app/log/stdout.log 2>/app/log/stderr.log # Execute the piperun-bot every minute
|