nfs-utils/nfs-secure.service
Steve Dickson 4240ebbcf5 Ensured nfs-idmap service is started after the DNS is up (bz 748275)
Signed-off-by: Steve Dickson <steved@redhat.com>
2011-11-14 17:16:42 -05:00

14 lines
286 B
Desktop File

[Unit]
Description=Secure NFS
Requires=var-lib-nfs-rpc_pipefs.mount
After=syslog.target var-lib-nfs-rpc_pipefs.mount
[Service]
Type=forking
StandardError=syslog+console
EnvironmentFile=-/etc/sysconfig/nfs
ExecStart=/usr/sbin/rpc.gssd $RPCGSSDARGS
[Install]
WantedBy=multi-user.target