Skip to content

Commit

Permalink
Commit a sample supervisord config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Jan 15, 2015
1 parent aff122a commit 24a015d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions extra/supervisord/vpoller.conf.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[program:vpoller-proxy]
command=/usr/bin/vpoller-proxy start
redirect_stderr=true
stdout_logfile=/var/log/vpoller/vpoller-proxy.log
autostart=true
;user=myusername
stopsignal=INT

[program:vpoller-worker]
command=/usr/bin/vpoller-worker start
redirect_stderr=true
stdout_logfile=/var/log/vpoller/vpoller-worker.log
autostart=true
;user=myusername
stopsignal=INT

0 comments on commit 24a015d

Please sign in to comment.