diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-03-16 13:48:05 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-03-16 13:53:02 -0500 |
commit | b302b0c094c2c99b810aec9c8877adcd1effabac (patch) | |
tree | 6e4cdca06f8c9e6e3c8ca31209919b5b1d29245c /init.d | |
parent | 40aa69cf3a99fa080375a702631da4d2311ebf3e (diff) |
net-online: always start after net
X-Gentoo-Bug: 650600
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=650600
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/net-online.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/net-online.in b/init.d/net-online.in index 484fe87d..b496e258 100644 --- a/init.d/net-online.in +++ b/init.d/net-online.in @@ -13,7 +13,7 @@ description="Delays until the network is online or a specific timeout" depend() { - after modules + after modules net need sysfs provide network-online keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -uml -vserver |