package: change reload.d files to sh scrips to be more flexible by reloading or restarting services

Signed-off-by: Jan-Tarek Butt <tarek@ring0.de>
This commit is contained in:
Jan-Tarek Butt 2019-04-20 16:11:30 +02:00
parent d09d679060
commit 6702a3a345
4 changed files with 8 additions and 0 deletions

2
package/gluon-core/files/lib/gluon/reload.d/network Normal file → Executable file
View File

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

View File

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

View File

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

View File

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