Artifact d3ca7a1eca297d9b6d5a80dc4d6ecdaa73209ff8823820a814ea263fd100d1b8:
- File nfsd.service.mk — part of check-in [8bc8c738d5] at 2022-05-31 08:15:44 on branch trunk — mounttmpfs, change how service deps work (user: arcade, size: 346) [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_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