forked from rpms/rpcbind
13 lines
204 B
Desktop File
13 lines
204 B
Desktop File
[Unit]
|
|
Description=RPC bind service
|
|
Requires=rpcbind.socket
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/sbin/rpcbind -w
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=rpcbind.socket
|