From 1f7b4a4013660538e9921bc9131af7bfad1a16dc Mon Sep 17 00:00:00 2001 From: kueller Date: Fri, 19 Aug 2011 07:35:58 +0000 Subject: [PATCH] und da kommt auch die statd.conf nachgereicht git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_nfs-utils@6203 504e572c-2e33-0410-9681-be2bf7408885 --- etc/init/statd.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 etc/init/statd.conf diff --git a/etc/init/statd.conf b/etc/init/statd.conf new file mode 100644 index 0000000..d83fa80 --- /dev/null +++ b/etc/init/statd.conf @@ -0,0 +1,16 @@ +description "Startup NFS Services" +author "Harald Kueller " +version 1.0 +emits none special + +start on (started nfs) +stop on (stopping nfs) + + +pre-start script + /sbin/CheckPid /var/run/rpc.statd.pid +end script + +console none + +exec /usr/sbin/start-statd