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

[Service]
Type=simple
User=pyca
ExecStart=/usr/bin/pyca agentstate
Restart=always
RestartSec=10
TimeoutSec=300

[Install]
WantedBy=multi-user.target