diff --git a/mlvpn/files/etc/init.d/mlvpn b/mlvpn/files/etc/init.d/mlvpn index 6591792d7..ef0ff6ec5 100755 --- a/mlvpn/files/etc/init.d/mlvpn +++ b/mlvpn/files/etc/init.d/mlvpn @@ -4,7 +4,6 @@ START=88 SERVICE_DAEMONIZE=1 #SERVICE_SIG="KILL" - interface_multipath_settings() { local mode port local config="$1" @@ -71,3 +70,8 @@ start() { stop() { service_stop /usr/sbin/mlvpn } + +reload() { + stop + start +} \ No newline at end of file