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.service12
1 files changed, 6 insertions, 6 deletions
diff --git a/pcr/radicale/radicale.service b/pcr/radicale/radicale.service
index a159b772e..490904d7b 100644
--- a/pcr/radicale/radicale.service
+++ b/pcr/radicale/radicale.service
@@ -1,12 +1,12 @@
[Unit]
-Description=Radicale caldav server
-After=network.target
+Description=RadiCAL Server
+After=syslog.target network.target
[Service]
-ExecStart=/usr/bin/radicale
-ExecStop=/bin/kill -HUP $MAINPID
-User=cal
-Group=cal
+Type=simple
+ExecStart=/usr/bin/radicale -f
+User=radicale
+Group=radicale
[Install]
WantedBy=multi-user.target