Created
June 20, 2010 23:20
-
-
Save adamwiggins/446209 to your computer and use it in GitHub Desktop.
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
$ bin/foreman export myapp example/Procfile inittab | |
# ----- foreman myapp processes ----- | |
R1:4:respawn:/bin/su - myapp -c './never_die >> log/neverdie.log 2>&1' | |
R2:4:respawn:/bin/su - myapp -c './die_alot >> log/diealot.log 2>&1' | |
R3:4:respawn:/bin/su - myapp -c './error >> log/error.log 2>&1' | |
# ----- end foreman myapp processes ----- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment