Viitor_nfs-utils/etc/init/nfs.conf

23 lines
420 B
Plaintext
Raw Normal View History

description "Startup NFS Services"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [2345] and (started rpc))
stop on runlevel [016]
console none
post-start script
/usr/sbin/exportfs -r
/usr/sbin/rpc.knfsd 8
/usr/sbin/start-statd
end script
exec /usr/sbin/rpc.kmountd -F --nfs-version 3
post-stop script
pkill nfsd
/usr/sbin/exportfs -au
end script