Created
September 11, 2014 16:34
-
-
Save mgdelacroix/126a0e8de41798f8c605 to your computer and use it in GitHub Desktop.
gogs supervisor file
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
[program:gogs] | |
command=/home/<GOGS-USER>/gogs/gogs web | |
autostart=true | |
user=<GOGS-USER> | |
directory=/home/<GOGS-USER>/gogs | |
environment=HOME="/home/<GOGS-USER>",USER="<GOGS-USER>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment