gluon-reload: add missing service restarts on domain switching

[Matthias Schiffer: fix up start/stop order and file permissions]
This commit is contained in:
Jan-Tarek Butt 2020-04-11 21:15:40 +02:00 committed by Matthias Schiffer
parent 20c7fd9881
commit 22847e4986
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
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/dnsmasq 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/dnsmasq start

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/gluon-wan-dnsmasq stop

View File

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