aboutsummaryrefslogtreecommitdiff
path: root/system/systemd/user/calp.service
diff options
context:
space:
mode:
Diffstat (limited to 'system/systemd/user/calp.service')
-rw-r--r--system/systemd/user/calp.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/systemd/user/calp.service b/system/systemd/user/calp.service
new file mode 100644
index 00000000..2dcb1518
--- /dev/null
+++ b/system/systemd/user/calp.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Calendar server
+Documentation=info:calp
+Documentation=file:/usr/share/doc/calp/README
+
+[Service]
+Environment=SYSTEMD=true
+ExecStart=calp --config %E/calp/config.scm --repl %t/calp-production server --sigusr
+Restart=always
+
+[Install]
+WantedBy=default.target