summarylogtreecommitdiffstats
path: root/pyca-ingest.service
blob: 83a626cb3bd6febbc080a437f3fad79ba639f937 (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 ingest service
Documentation=https://github.com/opencast/pyCA
Wants=network.target
PartOf=pyca.service
After=pyca.service

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

[Install]
WantedBy=pyca.service