gluon-reload: add missing service restarts on domain switching
[Matthias Schiffer: fix up start/stop order and file permissions]
This commit is contained in:
parent
20c7fd9881
commit
22847e4986
2
package/gluon-alfred/files/lib/gluon/reload.d/301-alfred-stop
Executable file
2
package/gluon-alfred/files/lib/gluon/reload.d/301-alfred-stop
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/alfred stop
|
2
package/gluon-alfred/files/lib/gluon/reload.d/799-alfred-start
Executable file
2
package/gluon-alfred/files/lib/gluon/reload.d/799-alfred-start
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/alfred start
|
2
package/gluon-core/files/lib/gluon/reload.d/302-sysntpd-stop
Executable file
2
package/gluon-core/files/lib/gluon/reload.d/302-sysntpd-stop
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/sysntpd stop
|
2
package/gluon-core/files/lib/gluon/reload.d/380-network-stop
Executable file
2
package/gluon-core/files/lib/gluon/reload.d/380-network-stop
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/network stop
|
2
package/gluon-core/files/lib/gluon/reload.d/381-dnsmasq-stop
Executable file
2
package/gluon-core/files/lib/gluon/reload.d/381-dnsmasq-stop
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/dnsmasq stop
|
2
package/gluon-core/files/lib/gluon/reload.d/381-firewall-stop
Executable file
2
package/gluon-core/files/lib/gluon/reload.d/381-firewall-stop
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/firewall stop
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
/etc/init.d/network restart
|
|
2
package/gluon-core/files/lib/gluon/reload.d/719-dnsmasq-start
Executable file
2
package/gluon-core/files/lib/gluon/reload.d/719-dnsmasq-start
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/dnsmasq start
|
2
package/gluon-core/files/lib/gluon/reload.d/719-firewall-start
Executable file
2
package/gluon-core/files/lib/gluon/reload.d/719-firewall-start
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/firewall start
|
2
package/gluon-core/files/lib/gluon/reload.d/720-network-start
Executable file
2
package/gluon-core/files/lib/gluon/reload.d/720-network-start
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/network start
|
2
package/gluon-core/files/lib/gluon/reload.d/798-sysntpd-start
Executable file
2
package/gluon-core/files/lib/gluon/reload.d/798-sysntpd-start
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/sysntpd start
|
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-arp-limiter stop
|
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-arp-limiter start
|
2
package/gluon-ebtables/files/lib/gluon/reload.d/381-gluon-ebtables-stop
Executable file
2
package/gluon-ebtables/files/lib/gluon/reload.d/381-gluon-ebtables-stop
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-ebtables stop
|
2
package/gluon-ebtables/files/lib/gluon/reload.d/719-gluon-ebtables-start
Executable file
2
package/gluon-ebtables/files/lib/gluon/reload.d/719-gluon-ebtables-start
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-ebtables start
|
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-radv-filterd stop
|
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-radv-filterd start
|
2
package/gluon-radvd/files/lib/gluon/reload.d/350-gluon-radvd-stop
Executable file
2
package/gluon-radvd/files/lib/gluon/reload.d/350-gluon-radvd-stop
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-radvd stop
|
2
package/gluon-radvd/files/lib/gluon/reload.d/750-gluon-radvd-start
Executable file
2
package/gluon-radvd/files/lib/gluon/reload.d/750-gluon-radvd-start
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-radvd start
|
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-wan-dnsmasq stop
|
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-wan-dnsmasq start
|
Loading…
Reference in New Issue
Block a user