Artifact 58381c86e916031d6949efa5b0dacd841155c115ac10df7a7250945515d53531:
- File nfsd.service.mk — part of check-in [7b547778fc] at 2023-11-04 08:50:12 on branch trunk — update defaults for service startup (user: arcade, size: 327) [annotate] [blame] [check-ins using]
DAEMON_nfsd_COMMAND?=/sbin/nfsd DAEMON_nfsd_FLAGS?=-u -t -n 4 .if empty(DAEMON_nfsd_ENABLE:Uno:tl:Mno) DAEMON_mountd_DEPS+=nfsd DAEMON_rpcbind_DEPS+=nfsd 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