summaryrefslogtreecommitdiffstats
path: root/roles/munin-master/files/etc/systemd/system/munin-cgi-html.socket
diff options
context:
space:
mode:
Diffstat (limited to 'roles/munin-master/files/etc/systemd/system/munin-cgi-html.socket')
-rw-r--r--roles/munin-master/files/etc/systemd/system/munin-cgi-html.socket11
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/munin-master/files/etc/systemd/system/munin-cgi-html.socket b/roles/munin-master/files/etc/systemd/system/munin-cgi-html.socket
new file mode 100644
index 0000000..77be2cf
--- /dev/null
+++ b/roles/munin-master/files/etc/systemd/system/munin-cgi-html.socket
@@ -0,0 +1,11 @@
+[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