12 lines
268 B
Desktop File
12 lines
268 B
Desktop File
[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 --chdir /srv/git wsgi:app
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|