diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/net.lo.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 8a186a0b..6bf49b5d 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -19,6 +19,9 @@ depend() local IFVAR=$(shell_var "${IFACE}") need localmount + if [ "$RC_UNAME" = Linux ]; then + need sysfs + fi after bootmisc keyword -jail -vserver |