diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-25 14:39:10 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-25 14:39:10 +0900 |
commit | 55318801ba786199d2cbeb368054d1324926657a (patch) | |
tree | f89b73982294110edec821098e18557bb30217b6 /man/systemd.unit.xml | |
parent | 46a3adeef38e8425108988940db1944fb114c19c (diff) | |
download | systemd-55318801ba786199d2cbeb368054d1324926657a.tar.gz |
man: sort specifiers alphabetically
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index c848146f3a..5364c4c975 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1787,6 +1787,16 @@ <entry>This is either the unescaped instance name (if applicable) with <filename>/</filename> prepended (if applicable), or the unescaped prefix name prepended with <filename>/</filename>. This implements unescaping according to the rules for escaping absolute file system paths discussed above.</entry> </row> <row> + <entry><literal>%g</literal></entry> + <entry>User group</entry> + <entry>This is the name of the group running the service manager instance. In case of the system manager this resolves to <literal>root</literal>.</entry> + </row> + <row> + <entry><literal>%G</literal></entry> + <entry>User GID</entry> + <entry>This is the numeric GID of the user running the service manager instance. In case of the system manager this resolves to <literal>0</literal>.</entry> + </row> + <row> <entry><literal>%h</literal></entry> <entry>User home directory</entry> <entry>This is the home directory of the <emphasis>user running the service manager instance</emphasis>. In case of the system manager this resolves to <literal>/root</literal>. @@ -1801,11 +1811,6 @@ Note that this setting is <emphasis>not</emphasis> influenced by the <varname>Us <entry>The hostname of the running system at the point in time the unit configuration is loaded.</entry> </row> <row> - <entry><literal>%l</literal></entry> - <entry>Short host name</entry> - <entry>The hostname of the running system at the point in time the unit configuration is loaded, truncated at the first dot to remove any domain component.</entry> - </row> - <row> <entry><literal>%i</literal></entry> <entry>Instance name</entry> <entry>For instantiated units this is the string between the first <literal>@</literal> character and the type suffix. Empty for non-instantiated units.</entry> @@ -1826,12 +1831,16 @@ Note that this setting is <emphasis>not</emphasis> influenced by the <varname>Us <entry>Same as <literal>%j</literal>, but with escaping undone.</entry> </row> <row> + <entry><literal>%l</literal></entry> + <entry>Short host name</entry> + <entry>The hostname of the running system at the point in time the unit configuration is loaded, truncated at the first dot to remove any domain component.</entry> + </row> + <row> <entry><literal>%L</literal></entry> <entry>Log directory root</entry> <entry>This is either <filename>/var/log</filename> (for the system manager) or the path <literal>$XDG_CONFIG_HOME</literal> resolves to with <filename index="false">/log</filename> appended (for user managers).</entry> </row> <xi:include href="standard-specifiers.xml" xpointer="m"/> - <xi:include href="standard-specifiers.xml" xpointer="o"/> <row> <entry><literal>%n</literal></entry> <entry>Full unit name</entry> @@ -1842,6 +1851,7 @@ Note that this setting is <emphasis>not</emphasis> influenced by the <varname>Us <entry>Full unit name</entry> <entry>Same as <literal>%n</literal>, but with the type suffix removed.</entry> </row> + <xi:include href="standard-specifiers.xml" xpointer="o"/> <row> <entry><literal>%p</literal></entry> <entry>Prefix name</entry> @@ -1869,16 +1879,6 @@ Note that this setting is <emphasis>not</emphasis> influenced by the <varname>Us </row> <xi:include href="standard-specifiers.xml" xpointer="T"/> <row> - <entry><literal>%g</literal></entry> - <entry>User group</entry> - <entry>This is the name of the group running the service manager instance. In case of the system manager this resolves to <literal>root</literal>.</entry> - </row> - <row> - <entry><literal>%G</literal></entry> - <entry>User GID</entry> - <entry>This is the numeric GID of the user running the service manager instance. In case of the system manager this resolves to <literal>0</literal>.</entry> - </row> - <row> <entry><literal>%u</literal></entry> <entry>User name</entry> <entry>This is the name of the <emphasis>user running the service manager instance</emphasis>. In case of the system manager this resolves to <literal>root</literal>. |