File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 22
33#Type Path Mode UID GID Age Argument
44d /run/network 0775 root root - -
5+ L /etc/network/run - - - - /run/network
Original file line number Diff line number Diff line change @@ -128,8 +128,6 @@ ifup_hotplug () {
128128ifupdown_init () {
129129 # remove state file at boot
130130 [ ! -e ${IFSTATE_LOCKFILE} ] && rm -f ${IFSTATE_FILE}
131- [ ! -e /etc/network/run ] && \
132- ln -sf /run/network /etc/network/run & > /dev/null
133131}
134132
135133case " $1 " in
Original file line number Diff line number Diff line change @@ -108,9 +108,6 @@ ifup_mgmt () {
108108ifupdown_init () {
109109 # remove state file at boot
110110 [ ! -e ${IFSTATE_LOCKFILE} ] && rm -f ${IFSTATE_FILE}
111-
112- [ ! -e /etc/network/run ] && \
113- ln -sf /run/network /etc/network/run & > /dev/null
114111}
115112
116113case " $1 " in
You can’t perform that action at this time.
0 commit comments