Skip to content
Snippets Groups Projects
Unverified Commit 22847e49 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt Committed by Matthias Schiffer
Browse files

gluon-reload: add missing service restarts on domain switching

[Matthias Schiffer: fix up start/stop order and file permissions]
parent 20c7fd98
No related branches found
No related tags found
No related merge requests found
Showing
with 30 additions and 2 deletions
#!/bin/sh
/etc/init.d/alfred stop
#!/bin/sh
/etc/init.d/alfred start
#!/bin/sh
/etc/init.d/sysntpd stop
#!/bin/sh
/etc/init.d/network stop
#!/bin/sh
/etc/init.d/dnsmasq stop
#!/bin/sh
/etc/init.d/firewall stop
#!/bin/sh
/etc/init.d/network restart
#!/bin/sh
/etc/init.d/dnsmasq start
#!/bin/sh
/etc/init.d/firewall start
#!/bin/sh
/etc/init.d/network start
#!/bin/sh
/etc/init.d/sysntpd start
#!/bin/sh
/etc/init.d/gluon-arp-limiter stop
#!/bin/sh
/etc/init.d/gluon-arp-limiter start
#!/bin/sh
/etc/init.d/gluon-ebtables stop
#!/bin/sh
/etc/init.d/gluon-ebtables start
#!/bin/sh
/etc/init.d/gluon-radv-filterd stop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment