gluon-reload: add missing service restarts on domain switching

Signed-off-by: Jan-Tarek Butt <tarek@ring0.de>
This commit is contained in:
Jan-Tarek Butt 2020-04-11 21:15:40 +02:00
parent 891bfc77ac
commit 2f4e5c33e4
27 changed files with 40 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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