package/gluon-respondd: reload.d stop befor vpns and start after vpn starts
Signed-off-by: Jan-Tarek Butt <tarek@ring0.de>
This commit is contained in:
parent
f6d61289d6
commit
093d425b43
2
package/gluon-respondd/files/lib/gluon/reload.d/009-respondd-stop
Executable file
2
package/gluon-respondd/files/lib/gluon/reload.d/009-respondd-stop
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-respondd stop
|
2
package/gluon-respondd/files/lib/gluon/reload.d/991-respondd-start
Executable file
2
package/gluon-respondd/files/lib/gluon/reload.d/991-respondd-start
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-respondd start
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
/etc/init.d/gluon-respondd reload
|
|
Loading…
Reference in New Issue
Block a user