Files
phc/entrypoint.sh
T
2026-04-08 18:33:51 -05:00

8 lines
167 B
Bash

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