migrated to crond

This commit is contained in:
2026-04-08 19:10:04 -05:00
parent d15cc8d95c
commit e1668dd42d
5 changed files with 67 additions and 63 deletions

View File

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