- Package:
- nfs-ganesha
- Source:
- nfs-ganesha
- Description:
- NFS server in User Space
- Submitter:
- Chris Dos
- Date:
- 2021-09-21 19:48:04 UTC
- Severity:
- normal
Please add a SysV Init script to the package so systems without systemd will work correctly. Thank you.
I pulled the SysV init script included in the Ganesha 3.5 source tarball: nfs-ganesha-3.5/src/scripts/init.d/nfs-ganesha.debian8 I had to make a couple of minor changes in order for it to work. I changed the LOCK file location from /var/lock/subsys to /var/lock. I changed the status call to use status_of_proc. I've attached the working init script. Chris