From 384b8ec956f23b7be1d9b169ca5e3dbe78c76045 Mon Sep 17 00:00:00 2001 From: Nicolas Trangez Date: Sat, 31 Aug 2024 21:04:34 +0200 Subject: [PATCH] README.md: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1354cff..8c4ebc2 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ Rationale An NFS server requires several services to be running (at least to support NFS3): -- A *portmapper* daemon (`rpcbin`) +- A *portmapper* daemon (`rpcbind`) - An NLM status daemon (`rpc.statd`) - In case of NFS-Ganesha, `dbus-daemon` for configuration - The NFS server, which in case of NFS-Ganesha includes `mountd`, `nlockmgr` - and `ruotad` + and `rquotad` Some projects provide a Docker container image which includes and starts all these services in a single container. This goes against the principes of