From 63e8cda7f679e26648481c607c73cda507cc1b0a Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Fri, 31 Jan 2014 10:53:54 -0500 Subject: Added systemd/nfs-idmapd.service Signed-off-by: Steve Dickson --- systemd/nfs-idmapd.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 systemd/nfs-idmapd.service diff --git a/systemd/nfs-idmapd.service b/systemd/nfs-idmapd.service new file mode 100644 index 0000000..6c2e153 --- /dev/null +++ b/systemd/nfs-idmapd.service @@ -0,0 +1,9 @@ +[Unit] +Description=NFSv4 ID-name mapping service + +[Service] +EnvironmentFile=-/run/sysconfig/nfs-utils +ExecStartPre=-/usr/lib/systemd/scritps/nfs-utils_env.sh + +Type=forking +ExecStart=/usr/sbin/rpc.idmapd $RPCIDMAPDARGS -- cgit