diff options
Diffstat (limited to 'xi/s6/sv/networking/up')
-rw-r--r-- | xi/s6/sv/networking/up | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xi/s6/sv/networking/up b/xi/s6/sv/networking/up deleted file mode 100644 index b7213b6..0000000 --- a/xi/s6/sv/networking/up +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/execlineb -P -fdmove -c 2 1 -if { s6-echo -- "[ Networking ] : Bringing up any network interfaces..." } -export IN_BOOT 1 -elglob -0 FILES /etc/sysconfig/ifconfig.* -forx INTERFACE { ${FILES} } - importas -u INTERFACE INTERFACE - backtick IFACE { pipeline { echo ${INTERFACE} } cut -d . -f 2 } - importas -nu IFACE IFACE - /sbin/ifup ${IFACE} - -if { s6-echo -- "[ Networking ] : Setup done" } |