Files
docker/hidche/cron/entrypoint.sh
T
2020-05-06 22:34:02 +09:00

4 lines
187 B
Bash

#!/bin/sh
set -e
echo '*/2 * * * * python3 /var/www/html/sam/src/run_daemon.py
1-59/2 * * * * python3 /var/www/html/sam/src/run_daemon.py' | crontab - && crond -f -L /dev/stdout