rpcbind/rpcbind.socket
Silvan Calarco eb968cd06f rebuilt with libtirpc-devel >= 0.2.5-3mamba to get from headers new location of rpcbind.sock (/run)
remove listening to 111 in rpcbind.socket to let rpcbind start correctly with systemd [release 0.2.1-3mamba;Wed Oct 01 2014]
2024-01-05 17:28:41 +01:00

11 lines
171 B
SYSTEMD

[Unit]
Description=RPCbind Server Activation Socket
Wants=rpcbind.target
Before=rpcbind.target
[Socket]
ListenStream=/run/rpcbind.sock
[Install]
WantedBy=sockets.target