forked from brl/citadel
13 lines
220 B
Desktop File
13 lines
220 B
Desktop File
[Unit]
|
|
Description=RPC Bind Service
|
|
Requires=rpcbind.socket
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=-@SYSCONFDIR@/rpcbind.conf
|
|
ExecStart=@SBINDIR@/rpcbind $RPCBIND_OPTS
|
|
SuccessExitStatus=2
|
|
|
|
[Install]
|
|
Also=rpcbind.socket
|