summaryrefslogtreecommitdiff
path: root/pcr/radicale/radicale.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-10 01:10:31 -0700
committerroot <root@rshg054.dnsready.net>2013-05-10 01:10:31 -0700
commitfc7ee6f5a358c428577ae4e6217ff594a3e45ad3 (patch)
tree6ef5bc2d994954809f833756dd63eeed03cbd5c9 /pcr/radicale/radicale.service
parent648599b08776ea788a3ddb0365eb30fda03efe7b (diff)
Fri May 10 01:10:30 PDT 2013
Diffstat (limited to 'pcr/radicale/radicale.service')
-rw-r--r--pcr/radicale/radicale.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/radicale/radicale.service b/pcr/radicale/radicale.service
new file mode 100644
index 000000000..293cad6e2
--- /dev/null
+++ b/pcr/radicale/radicale.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Radicale caldav server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/radicale
+ExecStop=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target