summaryrefslogtreecommitdiff
path: root/debian/pcp-webapi.prerm
blob: 0854d96778a936364e8a5306bb5803be4c0797c6 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e
#DEBHELPER#

if which invoke-rc.d >/dev/null 2>&1; then
    invoke-rc.d pmwebd stop
else
    /etc/init.d/pmwebd stop
fi