commit inicial

This commit is contained in:
2026-04-16 09:58:54 -03:00
commit c3970e2a45
20 changed files with 8351 additions and 0 deletions

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