summaryrefslogtreecommitdiff
path: root/pcr/radicale/radicale.service
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/radicale/radicale.service')
-rw-r--r--pcr/radicale/radicale.service8
1 files changed, 6 insertions, 2 deletions
diff --git a/pcr/radicale/radicale.service b/pcr/radicale/radicale.service
index c54bd0d73..293cad6e2 100644
--- a/pcr/radicale/radicale.service
+++ b/pcr/radicale/radicale.service
@@ -1,6 +1,10 @@
[Unit]
-Description=RadiCAL Server
+Description=Radicale caldav server
+After=network.target
[Service]
ExecStart=/usr/bin/radicale
-KillMode=process
+ExecStop=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target