summaryrefslogtreecommitdiff
path: root/pcr/radicale/radicale.service
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@parabola.nu>2013-05-09 13:16:22 -0300
committerNicolás Reynolds <fauno@parabola.nu>2013-05-09 13:16:22 -0300
commitf307a90c2d81336ca68a3dc06be2833b27872e3a (patch)
tree28e0abfb0d8a9cbf89178295409b00d1d6a2fd7f /pcr/radicale/radicale.service
parentfc6ac266ca40c415d00a893e04386d4b5ab22535 (diff)
better .service
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