Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 4f597b0068eb9f510c84c51fb1942380 > scriptlet

munin-nginx-2.0.16-1.fc17.noarch.rpm

PREUN

/bin/sh
# Newer installs use systemd
    if [ "$1" = 0 ]; then
      for svc in fcgi-html fcgi-graph ; do
        /bin/systemctl --no-reload disable munin-${svc}.service >/dev/null 2>&1 || :
        /bin/systemctl stop munin-${svc}.service >/dev/null 2>&1 || :
      done
    fi