Files
qbit-maid/entrypoint.sh
2026-04-08 19:10:04 -05:00

8 lines
186 B
Bash
Executable File

#!/bin/sh
CRON_CONFIG_FILE="/etc/crontabs/root"
echo "${CRON} python /opt/qbit-maid.py" >> $CRON_CONFIG_FILE
echo "@reboot python /opt/qbit-maid.py" >> $CRON_CONFIG_FILE
exec crond -f