blob: cda6716e4aac8c5ec014b77bc1874f5bf372e324 [file] [log] [blame]
Tony Mack3bcbee82015-11-16 20:41:49 +00001[supervisord]
2logfile=/var/log/supervisord.log ; (main log file;default $CWD/supervisord.log)
3pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
4nodaemon=true
5
Tony Mackae85c522015-11-16 20:45:39 +00006[program:synchronizer]
Tony Mack3bcbee82015-11-16 20:41:49 +00007command=python /opt/xos/xos-observer.py
Tony Mackae85c522015-11-16 20:45:39 +00008stderr_logfile=/var/log/supervisor/synchronizer.err.log
9stdout_logfile=/var/log/supervisor/synchronizer.out.log