Selaa lähdekoodia

fix restart command

Ralf S. Engelschall 20 vuotta sitten
vanhempi
commit
033c252160
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      openvpn/rc.openvpn

+ 1 - 1
openvpn/rc.openvpn

@@ -81,7 +81,7 @@
 %restart -u @l_susr@
     rcService openvpn enable yes || exit 0
     rcService openvpn active no && exit 0
-    rc stop start
+    rc openvpn stop start
 
 %reload -u @l_susr@
     rcService openvpn enable yes || exit 0