summarylogtreecommitdiffstats
path: root/pyca-capture.service
diff options
context:
space:
mode:
authorDaniel Ebbert2020-07-18 14:01:20 +0200
committerDaniel Ebbert2020-07-18 14:01:20 +0200
commitff7044030f1a3f813a3271a499830fc2ada44481 (patch)
treebef8f3e3c856d9d8b9f786451a5712ed8baaa9e9 /pyca-capture.service
parent007d7be8dc7ac27c3b5e9f3b0b373e98adb565fc (diff)
downloadaur-ff7044030f1a3f813a3271a499830fc2ada44481.tar.gz
Update to pyCA 3.2
Diffstat (limited to 'pyca-capture.service')
-rw-r--r--pyca-capture.service8
1 files changed, 6 insertions, 2 deletions
diff --git a/pyca-capture.service b/pyca-capture.service
index 5f6f091acbc8..a634fb143026 100644
--- a/pyca-capture.service
+++ b/pyca-capture.service
@@ -2,9 +2,13 @@
Description=Python Capture Agent capture service
Documentation=https://github.com/opencast/pyCA
Wants=network.target
+PartOf=pyca.service
+After=pyca.service
[Service]
-Type=simple
+Type=notify
+NotifyAccess=all
+WatchdogSec=300
User=pyca
ExecStart=/usr/bin/pyca capture
Restart=always
@@ -12,4 +16,4 @@ RestartSec=10
TimeoutSec=300
[Install]
-WantedBy=multi-user.target
+WantedBy=pyca.service