summarylogtreecommitdiffstats
path: root/pyca-ui.service
blob: d8053b02a000fc4a006dd0d94c183cfc72b63eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Python Capture Agent UI instance
Documentation=https://github.com/opencast/pyCA
Wants=network.target
PartOf=pyca.service
After=pyca.service

[Service]
Type=simple
User=pyca
ExecStart=/usr/bin/python3 -m gunicorn.app.wsgiapp --config=/etc/pyca/gunicorn.conf.py pyca.ui:app
Restart=always
RestartSec=10

[Install]
WantedBy=pyca.service