aboutsummaryrefslogtreecommitdiff
path: root/system/calp.service
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-18 20:44:25 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-18 20:44:25 +0200
commit0f66dcc489843886d0e092126b8c47fc20a27b54 (patch)
tree577dae0fcaf3635889e0bdb46c199e811e3f6253 /system/calp.service
parentMade --port also option. (diff)
downloadcalp-0f66dcc489843886d0e092126b8c47fc20a27b54.tar.gz
calp-0f66dcc489843886d0e092126b8c47fc20a27b54.tar.xz
Move towards release.
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