openvpn-mgt/debian/openvpn-mgt.prerm.debhelper
2019-08-17 11:23:45 +02:00

6 lines
160 B
Plaintext

# Automatically added by dh_installinit
if [ -x "/etc/init.d/openvpn-mgt" ]; then
invoke-rc.d openvpn-mgt stop || exit $?
fi
# End automatically added section