Skip to content

Instantly share code, notes, and snippets.

@pvanheus
Last active March 19, 2018 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvanheus/589f84507a26ffa49e3bdf3bd938f25c to your computer and use it in GitHub Desktop.
Save pvanheus/589f84507a26ffa49e3bdf3bd938f25c to your computer and use it in GitHub Desktop.
[program:web]
command = /galaxy/galaxysrv/galaxy/.venv/bin/uwsgi --yaml /galaxy/galaxysrv/galaxy/config/galaxy.yml
directory = /galaxy/galaxysrv/galaxy
umask = 022
autostart = true
autorestart = true
startsecs = 10
user = galaxyuser
numprocs = 1
stopsignal = INT
environment = PATH=/galaxy/galaxysrv/galaxy/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin,VIRTUAL_ENV=/galaxy/galaxysrv/galaxy/.venv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment