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

[Service]
Type=simple
User=pyca
ExecStart=/usr/bin/gunicorn pyca.ui:app
Restart=always
RestartSec=10

[Install]
WantedBy=multi-user.target