nfs-utils/nfs-secure.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
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