munin/munin-cgi-html.service
Wolfgang Rosenauer 3a4daca137 Accepting request 1183575 from home:etamPL:branches:server:monitoring
replace FCGI with CGI::Fast.

Currently munin is broken and this fixes it.
Before submitting to Factory, perl-CGI-Fast must be submitted as well.

OBS-URL: https://build.opensuse.org/request/show/1183575
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=94
2024-07-04 07:58:29 +00:00

25 lines
725 B
Desktop File

[Unit]
Description=Munin CGI HTML generator
Requires=network.target
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
PrivateDevices=true
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions
Type=forking
ExecStart=/usr/bin/spawn-fcgi -s /var/run/munin/munin-cgi-html.sock -P /var/run/munin/munin-cgi-html.pid -u munin -g munin -M 0770 -U munin -G www /srv/www/cgi-bin/munin-cgi-html
PIDFile=/var/run/munin/munin-cgi-html.pid
[Install]
WantedBy=multi-user.target