From 43d3cd2aaaa92d0a0dec675b56bb317e8d16154a Mon Sep 17 00:00:00 2001 From: Jelson Rodrigues Date: Fri, 3 Oct 2025 10:36:38 -0300 Subject: [PATCH] chore: update start time --- crontab | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 crontab diff --git a/crontab b/crontab new file mode 100644 index 0000000..477592a --- /dev/null +++ b/crontab @@ -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