diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-02-28 17:44:06 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-02-28 17:44:06 -0600 |
commit | 4a269674b765e5267f024fa55c8644480a7304ea (patch) | |
tree | 1718eba100133a6bb064ba8b99c2d37f8f87a33b /init.d/netmount.in | |
parent | eea4decdd1c84e4b8775a255d8ed85bce5eb40a5 (diff) |
make sure netmount and localmount start after root
Diffstat (limited to 'init.d/netmount.in')
-rw-r--r-- | init.d/netmount.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.d/netmount.in b/init.d/netmount.in index 7be08e11..96f5d3e0 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -20,10 +20,12 @@ depend() *) mywant="$mywant nfsclient"; break ;; esac done + after root config /etc/fstab want $mywant use afc-client amd openvpn use dns + use root keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver } |