12 lines
197 B
Desktop File
12 lines
197 B
Desktop File
[Unit]
|
|
Description=RPC bind service
|
|
Requires=rpcbind.socket
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/sysconfig/rpcbind
|
|
ExecStart=/sbin/rpcbind -w ${RPCBIND_ARGS}
|
|
|
|
[Install]
|
|
Also=rpcbind.socket
|