Artifact f4319844eeeaaa38aeadd9c673989ff802f36a4d14f9ac463d8a3f66e5320e8e:
- File nfsd.service — part of check-in [67838bd249] at 2019-10-21 14:21:35 on branch trunk — fix devd, fix order, change daemonizing process, adding nfsd (user: arcade, size: 307) [annotate] [blame] [check-ins using]
# vim:ft=make: 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