aboutsummaryrefslogtreecommitdiff
path: root/system/calp.service
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-11 20:00:41 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-11 20:02:42 +0200
commit5b3679958264327da2875ca2d0fd44f321cf9e2c (patch)
treeccb5c196d1c29e75114c93545e4c02e78f22a25b /system/calp.service
parentFix name collision in server entry-point. (diff)
downloadcalp-5b3679958264327da2875ca2d0fd44f321cf9e2c.tar.gz
calp-5b3679958264327da2875ca2d0fd44f321cf9e2c.tar.xz
Replace systemd service with working, remove PKGBUILD.
Diffstat (limited to 'system/calp.service')
-rw-r--r--system/calp.service7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/calp.service b/system/calp.service
deleted file mode 100644
index 42777d96..00000000
--- a/system/calp.service
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=Calendar server
-
-[Service]
-User=calp
-ExecStart=calp --config /etc/calp/config.scm -- server
-Restart=always