+16
service/munin-cgi.service
+16
service/munin-cgi.service
···
1
+
[Unit]
2
+
Description=Munin graph CGI
3
+
After=network.target syslog.target
4
+
5
+
[Service]
6
+
Type=simple
7
+
User=root
8
+
ExecStart=/usr/bin/spawn-fcgi -n -s /var/run/munin/fastcgi-graph.sock -u www-data /usr/lib/munin/cgi/munin-cgi-graph
9
+
TimeoutSec=15
10
+
Restart=on-failure
11
+
RestartSec=1
12
+
SyslogIdentifier=munin-cgi
13
+
StandardOutput=journal
14
+
15
+
[Install]
16
+
WantedBy=multi-user.target