diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 06:03:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 06:03:02 +0000 |
commit | 4897093455a2bf08f3db3a1132cc2f6f5484d77c (patch) | |
tree | 9e6373544263f003139431fb4b08f9766e1ed530 /systemd/nfs-idmapd.service | |
parent | Initial commit. (diff) | |
download | nfs-utils-upstream.tar.xz nfs-utils-upstream.zip |
Adding upstream version 1:2.6.4.upstream/1%2.6.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'systemd/nfs-idmapd.service')
-rw-r--r-- | systemd/nfs-idmapd.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd/nfs-idmapd.service b/systemd/nfs-idmapd.service new file mode 100644 index 0000000..198ca87 --- /dev/null +++ b/systemd/nfs-idmapd.service @@ -0,0 +1,12 @@ +[Unit] +Description=NFSv4 ID-name mapping service +DefaultDependencies=no +Requires=rpc_pipefs.target +After=rpc_pipefs.target local-fs.target network-online.target +Wants=network-online.target + +BindsTo=nfs-server.service + +[Service] +Type=forking +ExecStart=/usr/sbin/rpc.idmapd |