2011-07-07 15:29:01 +00:00
|
|
|
[Unit]
|
|
|
|
Description=RPC bind service
|
|
|
|
Requires=rpcbind.socket
|
2017-01-23 18:40:39 +00:00
|
|
|
Wants=systemd-tmpfiles-setup.service
|
|
|
|
After=systemd-tmpfiles-setup.service
|
2011-07-07 15:29:01 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
2012-10-14 17:08:19 +00:00
|
|
|
EnvironmentFile=/etc/sysconfig/rpcbind
|
2016-08-01 16:27:01 +00:00
|
|
|
ExecStart=/sbin/rpcbind -w $RPCBIND_ARGS
|
2011-07-07 15:29:01 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
Also=rpcbind.socket
|