Artifact 2555ee3e5ce1ff8d1ab1dd379a8a4add7250d34bec159798751dd5efd9aee8f6:
- File mountd.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: 332) [annotate] [blame] [check-ins using]
DAEMON_mountd_COMMAND?=/sbin/mountd DAEMON_mountd_FLAGS?=-r .if empty(DAEMON_mountd_ENABLE:tl:Mno) DAEMON_rpcbind_ENABLE=yes DAEMON_rpcbind_DEPS+=mountd .endif mountd: rpcbind NETWORK SERVERS ${_SERVICE} # mountlate -> SERVERS rm -f /var/db/mountdtab ;\ ( umask 022; touch /var/db/mountdtab; ) ;\ : NETWORK_EXIT: mountd_exit