forked from pool/munin
c9ec5de7a8
Hello, I've added two systemd units to start munin's CGI graph and HTML generators as daemons using spawn-fcgi. OBS-URL: https://build.opensuse.org/request/show/176740 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=8
12 lines
357 B
Desktop File
12 lines
357 B
Desktop File
[Unit]
|
|
Description=Munin CGI Graph generator
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/spawn-fcgi -s /var/run/munin/munin-cgi-graph.sock -P /var/run/munin/munin-cgi-graph.pid -u munin -g munin -M 0770 -U munin -G www /srv/www/cgi-bin/munin-cgi-graph
|
|
PIDFile=/var/run/munin/munin-cgi-graph.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|