diff options
-rw-r--r-- | systemd/nfs-idmapd.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/nfs-idmapd.service b/systemd/nfs-idmapd.service index 11895e2..726038d 100644 --- a/systemd/nfs-idmapd.service +++ b/systemd/nfs-idmapd.service @@ -1,7 +1,7 @@ [Unit] Description=NFSv4 ID-name mapping service -PartOf=nfs-utils.service +BindsTo=nfs-server.service Wants=nfs-config.service After=nfs-config.service |