diff options
Diffstat (limited to '')
-rw-r--r-- | systemd/rpc-statd.service | 17 |
1 files changed, 17 insertions, 0 deletions
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 |