From: Mike Yuan Date: Wed, 26 Jun 2024 14:47:48 +0000 (+0200) Subject: man/capsule@.service: the capsule user is prefixed with "c-" rather than "p_" X-Git-Tag: v257-rc1~1047 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6343d2ea504661a009df25932fde0ccec15e38d1;p=thirdparty%2Fsystemd.git man/capsule@.service: the capsule user is prefixed with "c-" rather than "p_" --- diff --git a/man/capsule@.service.xml b/man/capsule@.service.xml index a6f2863b90c..f9c5455f3b9 100644 --- a/man/capsule@.service.xml +++ b/man/capsule@.service.xml @@ -41,7 +41,7 @@ The capsule service manager utilizes DynamicUser= (see systemd.exec5) to allocate a new UID dynamically on invocation. The user name is automatically generated from the capsule - name, by prefixing p_. The UID is released when the service is terminated. The user + name, by prefixing c-. The UID is released when the service is terminated. The user service manager on the other hand operates under a statically allocated user ID that must be pre-existing, before the user service manager is invoked.