Differences From Artifact [4cd8bdc353]:
- File rpcbind.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: 194) [annotate] [blame] [check-ins using]
To Artifact [6d1b90fdcd]:
- File rpcbind.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: 168) [annotate] [blame] [check-ins using]
1 | DAEMON_rpcbind_COMMAND?=/usr/sbin/rpcbind | < | 1 2 3 4 5 6 7 8 | DAEMON_rpcbind_COMMAND?=/usr/sbin/rpcbind DAEMON_rpcbind_FLAGS?=-d DAEMON_syslogd_DEPS+=rpcbind rpcbind: ${_EARLYSERVICE} NETWORK syslogd NETWORK_EXIT: rpcbind_exit |