summaryrefslogtreecommitdiffstats
path: root/roles/munin-master/files/lib/systemd
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-05-31 17:39:57 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-05-31 17:39:57 +0200
commite136d3edbdb6749d4559939dc9fcbc11d166e34c (patch)
tree36e051f5675b003c38bac4fc6eec738698125437 /roles/munin-master/files/lib/systemd
parent789f4f2e1b01873b200b973584d1501ba32e3bfd (diff)
/lib/systemd/system → /etc/systemd/system
Diffstat (limited to 'roles/munin-master/files/lib/systemd')
-rw-r--r--roles/munin-master/files/lib/systemd/system/munin-cgi-graph.service23
-rw-r--r--roles/munin-master/files/lib/systemd/system/munin-cgi-graph.socket11
-rw-r--r--roles/munin-master/files/lib/systemd/system/munin-cgi-html.service22
-rw-r--r--roles/munin-master/files/lib/systemd/system/munin-cgi-html.socket11
4 files changed, 0 insertions, 67 deletions
diff --git a/roles/munin-master/files/lib/systemd/system/munin-cgi-graph.service b/roles/munin-master/files/lib/systemd/system/munin-cgi-graph.service
deleted file mode 100644
index 60ab444..0000000
--- a/roles/munin-master/files/lib/systemd/system/munin-cgi-graph.service
+++ /dev/null
@@ -1,23 +0,0 @@
-[Unit]
-Description=Munin CGI Graph Service
-After=network.target
-PartOf=munin.service
-Requires=munin-cgi-graph.socket
-
-[Service]
-StandardInput=socket
-User=www-data
-Group=munin
-ExecStart=/usr/lib/munin/cgi/munin-cgi-graph
-
-# Hardening
-NoNewPrivileges=yes
-PrivateDevices=yes
-ProtectHome=yes
-ProtectSystem=full
-ReadOnlyDirectories=/
-ReadWriteDirectories=-/var/log/munin
-ReadWriteDirectories=-/var/lib/munin/cgi-tmp/munin-cgi-graph
-
-[Install]
-WantedBy=multi-user.target
diff --git a/roles/munin-master/files/lib/systemd/system/munin-cgi-graph.socket b/roles/munin-master/files/lib/systemd/system/munin-cgi-graph.socket
deleted file mode 100644
index d4d2e27..0000000
--- a/roles/munin-master/files/lib/systemd/system/munin-cgi-graph.socket
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Munin CGI Graph Listen Socket
-
-[Socket]
-SocketUser=www-data
-SocketGroup=www-data
-SocketMode=0600
-ListenStream=/run/munin/cgi-graph.socket
-
-[Install]
-WantedBy=sockets.target
diff --git a/roles/munin-master/files/lib/systemd/system/munin-cgi-html.service b/roles/munin-master/files/lib/systemd/system/munin-cgi-html.service
deleted file mode 100644
index 119d3a2..0000000
--- a/roles/munin-master/files/lib/systemd/system/munin-cgi-html.service
+++ /dev/null
@@ -1,22 +0,0 @@
-[Unit]
-Description=Munin CGI HTML Service
-After=network.target
-PartOf=munin.service
-Requires=munin-cgi-html.socket
-
-[Service]
-StandardInput=socket
-User=www-data
-Group=munin
-ExecStart=/usr/lib/munin/cgi/munin-cgi-html
-
-# Hardening
-NoNewPrivileges=yes
-PrivateDevices=yes
-ProtectHome=yes
-ProtectSystem=full
-ReadOnlyDirectories=/
-ReadWriteDirectories=-/var/log/munin
-
-[Install]
-WantedBy=multi-user.target
diff --git a/roles/munin-master/files/lib/systemd/system/munin-cgi-html.socket b/roles/munin-master/files/lib/systemd/system/munin-cgi-html.socket
deleted file mode 100644
index 77be2cf..0000000
--- a/roles/munin-master/files/lib/systemd/system/munin-cgi-html.socket
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Munin CGI HTML Listen Socket
-
-[Socket]
-SocketUser=www-data
-SocketGroup=www-data
-SocketMode=0600
-ListenStream=/run/munin/cgi-html.socket
-
-[Install]
-WantedBy=sockets.target