mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
33 lines
622 B
Plaintext
33 lines
622 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
loglevel=info
|
|
logfile=/dev/stdout
|
|
logfile_maxbytes=0
|
|
|
|
[program:cron]
|
|
command=cron -f
|
|
autorestart=true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
priority=10
|
|
|
|
[program:sync-log]
|
|
command=tail -f /app/sync.log
|
|
autorestart=true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
priority=20
|
|
|
|
[program:cron-log]
|
|
command=tail -f /var/log/cron.log
|
|
autorestart=true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
priority=30
|