Artifact db973c0dae9359d9366bb1067b02725fc3afcdf183a1beaf3f78253bb2527cd7:
- File nfsd.service.mk — part of check-in [04f7295047] at 2022-05-30 13:17:07 on branch trunk — finalize order, service names, naming, defaults etc. (user: arcade, size: 294) [annotate] [blame] [check-ins using]
DAEMON_nfsd_COMMAND?=/sbin/nfsd DAEMON_nfsd_ENABLE?=no DAEMON_nfsd_FLAGS?=-u -t -n 4 .if empty(DAEMON_nfsd_ENABLE:tl:Mno) DAEMON_rpcbind_ENABLE=yes DAEMON_mountd_ENABLE=yes .endif nfsd: mountd ${_SERVICE} rpcbind .if empty(NFS_RESERVED_PORT_ONLY:tl:Mno) sysctl vfs.nfs.nfs_privport=1 .endif