From: Zbigniew Jędrzejewski-Szmek Date: Tue, 21 May 2019 17:31:49 +0000 (+0200) Subject: man: add note that %h/%u/%U are mostly useless X-Git-Tag: archive/raspbian/241-7_deb10u7+rpi1^2~55 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8733e4f6c57309b7bc5ea43e758c290b497f5b23;p=systemd.git man: add note that %h/%u/%U are mostly useless Fixes #12389. (cherry picked from commit b4e2407716731d1ce099bad1c2778f7a4424ed2e) Gbp-Pq: Name man-add-note-that-h-u-U-are-mostly-useless.patch --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index f21f9eae..be6355db 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1580,7 +1580,9 @@ %h User home directory - This is the home directory of the user running the service manager instance. In case of the system manager this resolves to /root. + This is the home directory of the user running the service manager instance. In case of the system manager this resolves to /root. + +Note that this setting is not influenced by the User= setting configurable in the [Service] section of the service unit. %H @@ -1670,12 +1672,16 @@ %u User name - This is the name of the user running the service manager instance. In case of the system manager this resolves to root. + This is the name of the user running the service manager instance. In case of the system manager this resolves to root. + +Note that this setting is not influenced by the User= setting configurable in the [Service] section of the service unit. %U User UID - This is the numeric UID of the user running the service manager instance. In case of the system manager this resolves to 0. + This is the numeric UID of the user running the service manager instance. In case of the system manager this resolves to 0. + +Note that this setting is not influenced by the User= setting configurable in the [Service] section of the service unit. %v