Skip to content

Instantly share code, notes, and snippets.

@mgdelacroix
Created September 11, 2014 16:34
Show Gist options
  • Save mgdelacroix/126a0e8de41798f8c605 to your computer and use it in GitHub Desktop.
Save mgdelacroix/126a0e8de41798f8c605 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