nfs-utils/nfs-idmap.service
Steve Dickson 96eb3bcde7 Reworked how the legacy names are enabled in systemd
Signed-off-by: Steve Dickson <steved@redhat.com>
2012-06-22 13:18:35 -04:00

14 lines
265 B
Desktop File

[Unit]
Description=NFSv4 ID-name mapping daemon
BindTo=nfs-server.service
After=nfs-server.service
[Service]
Type=forking
StandardError=syslog+console
EnvironmentFile=-/etc/sysconfig/nfs
ExecStart=/usr/sbin/rpc.idmapd $RPCIDMAPDARGS
[Install]
WantedBy=nfs.target