From cf8bc7885a3e358e1bdfc255d55cd45eaee8c27d Mon Sep 17 00:00:00 2001 From: Moritz Martinius Date: Sun, 8 Feb 2026 15:28:26 +0100 Subject: [PATCH] add -m to user creation to force home dir creation --- docs/socket_activation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/socket_activation/README.md b/docs/socket_activation/README.md index cc33ec6..09e2185 100644 --- a/docs/socket_activation/README.md +++ b/docs/socket_activation/README.md @@ -9,7 +9,7 @@ with network=none and minimize the risk of the AI escaping. Optional, if you want to run this as a separate user ``` -sudo useradd llama +sudo useradd -m llama sudo machinectl shell llama@ ``` -- 2.49.1