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:
parent
d09d679060
commit
6702a3a345
2
package/gluon-core/files/lib/gluon/reload.d/network
Normal file → Executable file
2
package/gluon-core/files/lib/gluon/reload.d/network
Normal file → Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/network reload
|
2
package/gluon-mesh-vpn-fastd/files/lib/gluon/reload.d/fastd
Normal file → Executable file
2
package/gluon-mesh-vpn-fastd/files/lib/gluon/reload.d/fastd
Normal file → Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/fastd reload
|
2
package/gluon-mesh-vpn-tunneldigger/files/lib/gluon/reload.d/tunneldigger
Normal file → Executable file
2
package/gluon-mesh-vpn-tunneldigger/files/lib/gluon/reload.d/tunneldigger
Normal file → Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/tunneldigger reload
|
2
package/gluon-respondd/files/lib/gluon/reload.d/gluon-respondd
Normal file → Executable file
2
package/gluon-respondd/files/lib/gluon/reload.d/gluon-respondd
Normal file → Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-respondd reload
|
Loading…
Reference in New Issue
Block a user