migrated to crond

This commit is contained in:
2026-04-08 18:33:51 -05:00
parent 5878b88a38
commit 7644a933c6
5 changed files with 65 additions and 82 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
#!/bin/sh
CRON_CONFIG_FILE="/opt/crontab"
CRON_CONFIG_FILE="/etc/crontabs/root"
echo "${CRON} sh /opt/phc.sh" > $CRON_CONFIG_FILE
echo "${CRON} sh /opt/phc.sh" >> $CRON_CONFIG_FILE
echo "$@reboot sh /opt/phc.sh" >> $CRON_CONFIG_FILE
exec supercronic -passthrough-logs -quiet $CRON_CONFIG_FILE
exec crond -f