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

[Service]
Type=notify
NotifyAccess=all
WatchdogSec=300
User=pyca
ExecStart=/usr/bin/pyca agentstate
Restart=always
RestartSec=10
TimeoutSec=300

[Install]
WantedBy=pyca.service