diff options
-rw-r--r-- | systemd/nfs-client.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/nfs-client.target b/systemd/nfs-client.target index 474f5e9..87a1ce8 100644 --- a/systemd/nfs-client.target +++ b/systemd/nfs-client.target @@ -7,7 +7,7 @@ Wants=remote-fs-pre.target # start that on demand if needed. Wants=rpc-gssd.service rpc-svcgssd.service auth-rpcgss-module.service Wants=nfs-blkmap.service rpc-statd-notify.service -Before=rpc-gssd.service rpc-svcgssd.service nfs-blkmap.service +After=rpc-gssd.service rpc-svcgssd.service nfs-blkmap.service [Install] WantedBy=multi-user.target |