From 973294874825b90b1869422b5b2e31a253267f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zyxhere=F0=9F=92=AD?= Date: Sun, 19 Jul 2026 12:36:52 +0500 Subject: [PATCH] user-guide: add a note about logging out for the user scripts to be recognized MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zyxhere💭 --- user-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user-guide.md b/user-guide.md index 2931c7b62..0822bd516 100644 --- a/user-guide.md +++ b/user-guide.md @@ -192,6 +192,9 @@ Runlevels are kept in ~/.config/rc/runlevels. `openrc` and all `rc-*` tools provide a --user/-U flag to operate with user-mode services and runlevels. +You will need to logout and log back in after creating the above directories for +`openrc` to recognize them. + The XDG_RUNTIME_DIR variable must be set before calling openrc --user, as it's used to store state for openrc itself and the services it runs.