Skip to content

Instantly share code, notes, and snippets.

@marcedroid
Forked from mgdelacroix/gogs.conf
Created July 17, 2016 03:18
Show Gist options
  • Save marcedroid/2a47005d41a46d2ec826d55d45c552a3 to your computer and use it in GitHub Desktop.
Save marcedroid/2a47005d41a46d2ec826d55d45c552a3 to your computer and use it in GitHub Desktop.
gogs supervisor file
[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