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.service25
1 files changed, 0 insertions, 25 deletions
diff --git a/roles/lists/files/lib/systemd/system/wwsympa.service b/roles/lists/files/lib/systemd/system/wwsympa.service
deleted file mode 100644
index 4e3d94b..0000000
--- a/roles/lists/files/lib/systemd/system/wwsympa.service
+++ /dev/null
@@ -1,25 +0,0 @@
-[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
-
-# Hardening
-NoNewPrivileges=yes
-PrivateDevices=yes
-ProtectHome=yes
-ProtectSystem=full
-PrivateTmp=yes
-ReadOnlyDirectories=/
-ReadWriteDirectories=-/var/lib/sympa
-ReadWriteDirectories=-/var/run/sympa
-ReadWriteDirectories=-/var/spool/sympa
-
-[Install]
-WantedBy=multi-user.target