Differences From Artifact [7b6e75ec40]:
- File nfsd.service.mk — part of check-in [7a1e7f4a58] at 2019-10-21 16:17:43 on branch trunk — rename, make silent, add correct logging, collapse command (user: arcade, size: 291) [annotate] [blame] [check-ins using]
To Artifact [f0933474bf]:
- File nfsd.service.mk — part of check-in [d8511a3d7c] at 2022-05-30 08:07:59 on branch trunk — rebuild starters and enable shutdown, add license (user: arcade, size: 306) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + + + | 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 |