reddit_feed/supervisord_reddit_feed.ini
2019-08-09 10:16:36 -04:00

13 lines
352 B
INI

; Move this file to /etc/supervisor.d/ to enable it
; Make sure to change the RabbitMQ host, the path and the user!.
; Logs will be saved to directory/reddit_feed.log.
; To enable it:
; sudo supervisorctl
; >update
; >start reddit_feed
[program:reddit_feed]
command=/path/to/reddit_feed/run.py 172.17.0.2
directory=/path/to/reddit_feed
user=some_user