debian package
This commit is contained in:
8
debian/openvpn-mgt.postinst.debhelper
vendored
Normal file
8
debian/openvpn-mgt.postinst.debhelper
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Automatically added by dh_installinit
|
||||
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
|
||||
if [ -x "/etc/init.d/openvpn-mgt" ]; then
|
||||
update-rc.d openvpn-mgt defaults >/dev/null
|
||||
invoke-rc.d openvpn-mgt start || exit $?
|
||||
fi
|
||||
fi
|
||||
# End automatically added section
|
||||
Reference in New Issue
Block a user