cleanup
This commit is contained in:
parent
48d05fa727
commit
281ec556ff
3 changed files with 53 additions and 64 deletions
|
|
@ -5,7 +5,7 @@ After=network.target
|
|||
[Service]
|
||||
User=apache
|
||||
WorkingDirectory=/srv/git/git-server-ui
|
||||
ExecStart=/root/.local/bin/gunicorn --workers 3 --bind 0.0.0.0:8000 wsgi:app
|
||||
ExecStart=/root/.local/bin/gunicorn --workers 3 --bind 0.0.0.0:8000 --chdir /srv/git wsgi:app
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue