Adjust crontab defaults

This commit is contained in:
Adrian Groh 2025-06-26 19:40:43 +02:00
parent c7faa060fa
commit baf91fab76
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771

View File

@ -1,2 +1,4 @@
* * * * * cd /ausweisstatus && WEBHOOK_URL="url_here" ./notify.sh P L7AAAAAAAA 01.01.1970 >> /var/log/L7 2>&1
* * * * * cd /ausweisstatus && WEBHOOK_URL="url_here" ./notify.sh R C7AAAAAAAA 01.01.1970 >> /var/log/C7 2>&1
# perso
*/15 * * * * cd /ausweisstatus && WEBHOOK_URL="url_here" ./notify.sh P L7AAAAAAAA 01.01.1970 >> /var/log/L7 2>&1
# reisepass
#*/15 * * * * cd /ausweisstatus && WEBHOOK_URL="url_here" ./notify.sh R C7AAAAAAAA 01.01.1970 >> /var/log/C7 2>&1