diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-06-26 16:47:48 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-06-26 16:47:48 +0200 |
commit | 6343d2ea504661a009df25932fde0ccec15e38d1 (patch) | |
tree | c8b89dc194d29d907ce54825816b905c853e3dd0 /man | |
parent | man/capsule@.service.xml: fix typo (diff) | |
download | systemd-6343d2ea504661a009df25932fde0ccec15e38d1.tar.xz systemd-6343d2ea504661a009df25932fde0ccec15e38d1.zip |
man/capsule@.service: the capsule user is prefixed with "c-" rather than "p_"
Diffstat (limited to 'man')
-rw-r--r-- | man/capsule@.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/capsule@.service.xml b/man/capsule@.service.xml index a6f2863b90..f9c5455f3b 100644 --- a/man/capsule@.service.xml +++ b/man/capsule@.service.xml @@ -41,7 +41,7 @@ <listitem><para>The capsule service manager utilizes <varname>DynamicUser=</varname> (see <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>) to allocate a new UID dynamically on invocation. The user name is automatically generated from the capsule - name, by prefixing <literal>p_</literal>. The UID is released when the service is terminated. The user + name, by prefixing <literal>c-</literal>. 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.</para></listitem> |