From 4897093455a2bf08f3db3a1132cc2f6f5484d77c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 08:03:02 +0200 Subject: Adding upstream version 1:2.6.4. Signed-off-by: Daniel Baumann --- systemd/rpc-statd.service | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 systemd/rpc-statd.service (limited to 'systemd/rpc-statd.service') diff --git a/systemd/rpc-statd.service b/systemd/rpc-statd.service new file mode 100644 index 0000000..392750d --- /dev/null +++ b/systemd/rpc-statd.service @@ -0,0 +1,17 @@ +[Unit] +Description=NFS status monitor for NFSv2/3 locking. +DefaultDependencies=no +Conflicts=umount.target +Requires=nss-lookup.target rpcbind.socket +Wants=network-online.target +Wants=rpc-statd-notify.service +After=network-online.target nss-lookup.target rpcbind.service + +PartOf=nfs-utils.service +IgnoreOnIsolate=yes + +[Service] +Environment=RPC_STATD_NO_NOTIFY=1 +Type=forking +PIDFile=/run/rpc.statd.pid +ExecStart=/usr/sbin/rpc.statd -- cgit v1.2.3