Skip to content

Instantly share code, notes, and snippets.

@ijin
Created December 13, 2013 07:44
Show Gist options
  • Save ijin/7941056 to your computer and use it in GitHub Desktop.
Save ijin/7941056 to your computer and use it in GitHub Desktop.
Server Festa 2013 Autumn base supervisord.conf
[program:syncer]
command=/home/mho/.rvm/bin/ruby /home/mho/syncer/sync.rb 5
stdout_logfile_maxbytes=1MB
stderr_logfile_maxbytes=1MB
stdout_logfile=/tmp/%(program_name)s-stdout.log
stderr_logfile=/tmp/%(program_name)s-stderr.log
user=mho
directory=/home/mho/syncer
autostart=true
autorestart=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment