From a95580c56d4db33f85b956c94e3ad127e71894f3 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 20 Jun 2022 05:28:11 +0300 Subject: [PATCH] fix --- docs/pst.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pst.md b/docs/pst.md index 2193af5a..983b9e36 100644 --- a/docs/pst.md +++ b/docs/pst.md @@ -45,4 +45,6 @@ So, what's going on here: 5. After the script is finished, the daemon will remount the storage to RO mode. +To be able to write to the storage, the user must be a member of `kvmd-pst` group, or have to be `root`. + The return code will be equal to the script code if it was run, or 1 if a remount error occurred.