tangled
alpha
login
or
join now
edavis.dev
/
bsky-tools
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Add munin-cgi.service
Eric Davis
2 years ago
f7aa6de3
6f117bcd
+16
1 changed file
expand all
collapse all
unified
split
service
munin-cgi.service
+16
service/munin-cgi.service
···
1
1
+
[Unit]
2
2
+
Description=Munin graph CGI
3
3
+
After=network.target syslog.target
4
4
+
5
5
+
[Service]
6
6
+
Type=simple
7
7
+
User=root
8
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
9
+
TimeoutSec=15
10
10
+
Restart=on-failure
11
11
+
RestartSec=1
12
12
+
SyslogIdentifier=munin-cgi
13
13
+
StandardOutput=journal
14
14
+
15
15
+
[Install]
16
16
+
WantedBy=multi-user.target