Skip to content

Instantly share code, notes, and snippets.

@gjedeer
Created January 11, 2013 22:16
Show Gist options
  • Save gjedeer/4514435 to your computer and use it in GitHub Desktop.
Save gjedeer/4514435 to your computer and use it in GitHub Desktop.
redmine supervisord script
[program:redmine]
command = /usr/bin/ruby /path/to/redmine/script/fastcgi
process_name = redmine
autostart = true
startsecs = 40
user = www-data
redirect_stderr = true
stdout_logfile = /var/log/redmine.log
environment = RAILS_ENV=production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment