chore: update start time

This commit is contained in:
2025-10-03 10:36:38 -03:00
parent 846a0c8411
commit 43d3cd2aaa

13
crontab Normal file
View File

@@ -0,0 +1,13 @@
#
# 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