bunch of updates
This commit is contained in:
commit
fda13b53ad
14 changed files with 693 additions and 0 deletions
12
git-server-ui.service
Normal file
12
git-server-ui.service
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Git Server UI
|
||||
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
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue