diff options
-rw-r--r-- | systemd/nfs-client.target | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd/nfs-client.target b/systemd/nfs-client.target new file mode 100644 index 0000000..fa59135 --- /dev/null +++ b/systemd/nfs-client.target @@ -0,0 +1,13 @@ +[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-gssd.service nfs-blkmap.service rpc-statd-notify.service +Before=rpc-gssd.service nfs-blkmap.service + +[Install] +WantedBy=multi-user.target +WantedBy=remote-fs.target |