openvpn-mgt/debian/openvpn-mgt.prerm.debhelper

6 lines
160 B
Plaintext
Raw Normal View History

2019-08-17 09:23:45 +00:00
# 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