-
-
Save marcedroid/2a47005d41a46d2ec826d55d45c552a3 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