Created
January 11, 2013 22:16
-
-
Save gjedeer/4514435 to your computer and use it in GitHub Desktop.
redmine supervisord script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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