migrated to crond
All checks were successful
ci / docker (push) Successful in 44s

This commit is contained in:
2026-04-09 13:00:23 -05:00
parent 256488187e
commit 9763e239b2
5 changed files with 66 additions and 83 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/sh
CRON_CONFIG_FILE="/opt/crontab"
CRON_CONFIG_FILE="/etc/crontabs/root"
echo "${CRON} python /opt/crane.py" > $CRON_CONFIG_FILE
echo "${CRON} python /opt/crane.py" >> $CRON_CONFIG_FILE
echo "@reboot python /opt/crane.py" >> $CRON_CONFIG_FILE
exec supercronic -passthrough-logs -quiet $CRON_CONFIG_FILE
exec crond -f