Files
streamline-emr/docker/statistics/supervisord.conf
T

14 lines
226 B
Plaintext

[supervisord]
nodaemon=true
[program:cron]
command=cron -f
autorestart=true
[program:sync-cron-log]
command=tail -f /var/log/cron.log
autorestart=true
[program:sync]
command=/usr/local/bin/php /app/sync.php
autorestart=true