summarylogtreecommitdiffstats
path: root/webcits.service
diff options
context:
space:
mode:
Diffstat (limited to 'webcits.service')
-rw-r--r--webcits.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/webcits.service b/webcits.service
new file mode 100644
index 000000000000..8c3462d96368
--- /dev/null
+++ b/webcits.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Citadel/UX Groupware web interface over ssl
+
+[Service]
+ExecStart=/usr/citadel/webcit/webcit -d -s -p2443
+Type=forking
+
+[Install]
+WantedBy=multi-user.target