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

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

[Install]
WantedBy=multi-user.target