package/gluon-mesh-vpn-tunneldigger: rm tunneldigger stop tunneldigger at beginning and start it on the end of run

Signed-off-by: Jan-Tarek Butt <tarek@ring0.de>
This commit is contained in:
Jan-Tarek Butt 2019-04-23 00:08:44 +02:00
parent c7e263a389
commit f6d61289d6
3 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
/etc/init.d/tunneldigger stop

View File

@ -0,0 +1,2 @@
#!/bin/sh
/etc/init.d/tunneldigger start

View File

@ -1,2 +0,0 @@
#!/bin/sh
/etc/init.d/tunneldigger reload