123456789101112131415161718 |
- [program:sky_stareath_tiler]
- command = uwsgi /work/sky_stareath_tiler/conf/uwsgi.ini
- autorestart = true
- redirect_stderr = true
- stopsignal = QUIT
- stderr_logfile = /data/logs/sky_stareath_tiler_error.log
- stdout_logfile = /data/logs/sky_stareath_tiler.log
- [program:sky_stareath_tiler_worker]
- command = python /work/sky_stareath_tiler/bin/worker.py
- autorestart = true
- redirect_stderr = true
- stopsignal = QUIT
- stderr_logfile = /data/logs/sky_stareath_tiler_worker_error.log
- stdout_logfile = /data/logs/sky_stareath_tiler_worker.log
|