0082850883
Signed-off-by: Steve Dickson <steved@redhat.com>
15 lines
289 B
Desktop File
15 lines
289 B
Desktop File
[Unit]
|
|
Description=NFSv4 ID-name mapping daemon
|
|
BindTo=nfs-server.service
|
|
After=nfs-server.service
|
|
Names=rpcidmapd.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
StandardError=syslog+console
|
|
EnvironmentFile=-/etc/sysconfig/nfs
|
|
ExecStart=/usr/sbin/rpc.idmapd $RPCIDMAPDARGS
|
|
|
|
[Install]
|
|
WantedBy=nfs.target
|