diff options
Diffstat (limited to 'systemd/nfs-client.target')
-rw-r--r-- | systemd/nfs-client.target | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/systemd/nfs-client.target b/systemd/nfs-client.target new file mode 100644 index 0000000..8a8300a --- /dev/null +++ b/systemd/nfs-client.target @@ -0,0 +1,16 @@ +[Unit] +Description=NFS client services +Before=remote-fs-pre.target +Wants=remote-fs-pre.target + +# Note: we don't "Wants=rpc-statd.service" as "mount.nfs" will arrange to +# start that on demand if needed. +Wants=rpc-statd-notify.service + +# GSS services dependencies and ordering +Wants=auth-rpcgss-module.service +After=rpc-gssd.service rpc-svcgssd.service gssproxy.service + +[Install] +WantedBy=multi-user.target +WantedBy=remote-fs.target |