Viitor_nfs-utils/etc/init/nfs.conf
kueller b147610cb4 rpc.kstatd wird nun ebenfalls gestartet. damit funktioniert das file locking wieder
git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_nfs-utils@5733 504e572c-2e33-0410-9681-be2bf7408885
2010-06-29 10:59:29 +00:00

23 lines
420 B
Plaintext

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