This file contains hidden or 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
| #!/bin/sh | |
| # | |
| # Redmine Startup script for unicorn. | |
| # | |
| # chkconfig: - 86 15 | |
| # description: redmine on unicorn start/stop script. | |
| export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin | |
| # load rbenv |
NewerOlder