mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
10 lines
133 B
SYSTEMD
10 lines
133 B
SYSTEMD
[Unit]
|
|
Description=RPCbind Server Activation Socket
|
|
|
|
[Socket]
|
|
ListenStream=/var/run/rpcbind.sock
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|
|
|