aboutsummaryrefslogtreecommitdiff
path: root/system/calp.service
diff options
context:
space:
mode:
Diffstat (limited to 'system/calp.service')
-rw-r--r--system/calp.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/calp.service b/system/calp.service
new file mode 100644
index 00000000..42777d96
--- /dev/null
+++ b/system/calp.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=Calendar server
+
+[Service]
+User=calp
+ExecStart=calp --config /etc/calp/config.scm -- server
+Restart=always