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