package/gluon-mesh-vpn-fastd: rm fastd stop fastd 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:07:06 +02:00
parent 000b320c8c
commit c7e263a389
3 changed files with 4 additions and 2 deletions

View File

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

View File

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

View File

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