diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-05-07 16:16:19 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-05-07 17:36:44 +0200 |
commit | e97708fa3e029902c02676bba6e6c2f54f1eba3a (patch) | |
tree | 349570a01163d44533cde31019e6c66a3b200ef4 /man/tmpfiles.d.xml | |
parent | Add a basic test that the configured fallback hostname is OK (diff) | |
download | systemd-e97708fa3e029902c02676bba6e6c2f54f1eba3a.tar.xz systemd-e97708fa3e029902c02676bba6e6c2f54f1eba3a.zip |
Add %l as specifier for the hostname without any domain component
As described in #15603, it is a fairly common setup to use a fqdn as the
configured hostname. But it is often convenient to use just the actual
hostname, i.e. until the first dot. This adds support in tmpfiles, sysusers,
and unit files for %l which expands to that.
Fixes #15603.
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r-- | man/tmpfiles.d.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 2e9ba5fe90..90234c3d43 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -646,6 +646,7 @@ w- /proc/sys/vm/swappiness - - - - 10</programlisting></para> <entry>This is the home directory of the user running the command. In case of the system instance this resolves to <literal>/root</literal>.</entry> </row> <xi:include href="standard-specifiers.xml" xpointer="H"/> + <xi:include href="standard-specifiers.xml" xpointer="l"/> <row> <entry><literal>%L</literal></entry> <entry>System or user log directory</entry> |