Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The package rpcbind is a replacement for the older portmapper and rpcinfo packages. It is required by current nfs-utils package (rpc.mountd). Homepage: https://linux-nfs.org/wiki/index.php/Main_Page Repository: git://linux-nfs.org/~steved/rpcbind This package installs systemd socket and unit files for socket activation. If the daemon is started manually, however, it requires the alias "portmapper" or "rpcbind" to be available in /etc/services, e.g.: sunrpc 111/tcp portmapper rpcbind # SUN Remote Procedure Call sunrpc 111/udp portmapper rpcbind # SUN Remote Procedure Call We don't need to add dependencies for the users of this service (nis.service,i nfsd.service) because these have an After= dependency on basic.target by DefaultDependencies. basic.target has an After= dependency on sockets.target. We don't need to start the service manually, because it is socket activated. The rpcbind.socket unit needs to be enabled, however. Create bee file from template without changes.
- Loading branch information