summaryrefslogtreecommitdiffstats
path: root/roles/munin-master/files/lib/systemd/system/munin-cgi-graph.service
diff options
context:
space:
mode:
Diffstat (limited to 'roles/munin-master/files/lib/systemd/system/munin-cgi-graph.service')
-rw-r--r--roles/munin-master/files/lib/systemd/system/munin-cgi-graph.service14
1 files changed, 14 insertions, 0 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
new file mode 100644
index 0000000..9e4d820
--- /dev/null
+++ b/roles/munin-master/files/lib/systemd/system/munin-cgi-graph.service
@@ -0,0 +1,14 @@
+[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
+
+[Install]
+WantedBy=multi-user.target