mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
14 lines
226 B
Plaintext
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 |