summaryrefslogtreecommitdiffstats
path: root/roles/lists/files/lib/systemd/system/wwsympa.service
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lists/files/lib/systemd/system/wwsympa.service')
-rw-r--r--roles/lists/files/lib/systemd/system/wwsympa.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/lists/files/lib/systemd/system/wwsympa.service b/roles/lists/files/lib/systemd/system/wwsympa.service
new file mode 100644
index 0000000..ea2a78f
--- /dev/null
+++ b/roles/lists/files/lib/systemd/system/wwsympa.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=WWSympa Service
+After=network.target
+PartOf=sympa.service
+Requires=wwsympa.socket
+
+[Service]
+StandardInput=socket
+User=sympa
+Group=sympa
+ExecStart=/usr/lib/cgi-bin/sympa/wwsympa.fcgi
+
+[Install]
+WantedBy=multi-user.target