Last active
March 19, 2018 18:08
-
-
Save pvanheus/589f84507a26ffa49e3bdf3bd938f25c to your computer and use it in GitHub Desktop.
This file contains 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: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