Tony Mack | 3bcbee8 | 2015-11-16 20:41:49 +0000 | [diff] [blame] | 1 | [supervisord] |
| 2 | logfile=/var/log/supervisord.log ; (main log file;default $CWD/supervisord.log) |
| 3 | pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid) |
| 4 | nodaemon=true |
| 5 | |
Tony Mack | ae85c52 | 2015-11-16 20:45:39 +0000 | [diff] [blame] | 6 | [program:synchronizer] |
Sapan Bhatia | 5da4ede | 2016-01-15 11:49:22 -0500 | [diff] [blame] | 7 | command=python /opt/xos/synchronizers/openstack/xos-synchronizer.py |
Tony Mack | ae85c52 | 2015-11-16 20:45:39 +0000 | [diff] [blame] | 8 | stderr_logfile=/var/log/supervisor/synchronizer.err.log |
| 9 | stdout_logfile=/var/log/supervisor/synchronizer.out.log |