nfs-utils/nfs-secure.service
Steve Dickson 67ebcf9f55 - Converted init scrips to systemd services. (bz 699040)
- Made nfsnobody's uid/gid to always be a 16-bit value of -2

Signed-off-by: Steve Dickson <steved@redhat.com>
2011-08-03 06:09:46 -04:00

13 lines
243 B
Desktop File

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