diff options
-rw-r--r-- | systemd/nfs-server.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemd/nfs-server.service b/systemd/nfs-server.service index 5be5de6..7cf4ae0 100644 --- a/systemd/nfs-server.service +++ b/systemd/nfs-server.service @@ -7,8 +7,8 @@ Wants=rpcbind.socket Wants=rpc-statd.service nfs-idmapd.service Wants=rpc-statd-notify.service -After= local-fs.target -After= network.target proc-fs-nfsd.mount rpcbind.socket nfs-mountd.service +After= local-fs.target network-online.target +After= proc-fs-nfsd.mount rpcbind.socket nfs-mountd.service After= nfs-idmapd.service rpc-statd.service Before= rpc-statd-notify.service |