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

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

[Install]
WantedBy=multi-user.target