Added creation of /run/network in the network init script
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
|
||||
case "${1}" in
|
||||
start)
|
||||
# make sure /run/network is available
|
||||
if [ ! -d /run/network ]; then
|
||||
mkdir /run/network
|
||||
fi
|
||||
# Start all network interfaces
|
||||
for file in `find /etc/network.d -type f|sort`; do
|
||||
interface=${file##*/}
|
||||
|
||||
Reference in New Issue
Block a user