Move network initscripts to src/initscripts/networking

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
This commit is contained in:
Jonatan Schlag
2017-02-22 11:57:20 +01:00
parent 33f53d55cc
commit 629fcb1d47
26 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Update DNS forwarders for unbound
exec /etc/init.d/unbound update-forwarders

View File

@@ -0,0 +1,5 @@
#!/bin/bash
/usr/local/bin/ipsecctrl D &
exit 0

View File

@@ -0,0 +1,6 @@
#!/bin/bash
[ -x /etc/init.d/miniupnpd ] && \
/etc/init.d/miniupnpd stop &>/dev/null
exit 0

View File

@@ -0,0 +1,6 @@
#!/bin/bash
/usr/local/bin/openvpnctrl -k &
/usr/local/bin/openvpnctrl -kn2n &
exit 0

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Update the static routes.
exec /etc/rc.d/init.d/static-routes start

View File

@@ -0,0 +1,3 @@
#!/bin/bash
exec /etc/rc.d/init.d/firewall down