From 3d2b409a324adfe1e4a2f668e895256b236fcaf2 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Thu, 8 Jun 2023 14:58:42 +0200 Subject: [PATCH] Add systemctl daemon-reload to remount instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa87427..4693a16 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ proc /proc proc defaults,hidepid=2 0 0 And add the `noatime,usrjquota=aquota.user,jqfmt=vfsv1` options to the `/home` mountpoint (if not a separate partition, the `/` mointpoint and `noatime`to `/`. Then initialize quota (replace `/home` with `/`, if you do not have a separate partition): ``` +systemctl daemon-reload mount -o remount /home quotacheck -cMu /home quotaon /home