From 962c35425636e3f942fd8a624369a7c53748f47e Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- etc/conf.d/nfsclient | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 etc/conf.d/nfsclient (limited to 'etc/conf.d/nfsclient') diff --git a/etc/conf.d/nfsclient b/etc/conf.d/nfsclient new file mode 100644 index 0000000..49e493a --- /dev/null +++ b/etc/conf.d/nfsclient @@ -0,0 +1,18 @@ +# You need to decide which nfs protocol version you want to use. +# If you are unsure, leave these alone. +# +# If you are using only nfsv4, uncomment this line: +# +#rc_need="!rpc.statd" +# +# If you are using only nfsv3, uncomment this line: +# +rc_need="!rpc.idmapd" +# +# You will need to set the dependencies in the nfsclient script to match +# the network configuration tools you are using. This should be done in +# this file by following the examples below, and not by changing the +# service script itself. See /etc/conf.d/netmount for more examples. +# +# This is a safe default. +rc_after="net" -- cgit 1.4.1