diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-04-08 18:09:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-04-08 22:18:28 +0200 |
commit | d0aba07f1ac8d6df2ccfa033fe1e195b1b9e5272 (patch) | |
tree | 6599ebb09a2a88d68ef857076eb435b297a74be4 /NEWS | |
parent | systemd-creds: fix name of env var (diff) | |
download | systemd-d0aba07f1ac8d6df2ccfa033fe1e195b1b9e5272.tar.xz systemd-d0aba07f1ac8d6df2ccfa033fe1e195b1b9e5272.zip |
specifier: use %q for pretty hostname
%R is already used in service manager specifier expansion (cgroup root),
hence use a different char, that was so far not used.
Follow-up for: 6ceb0a4094908dd213a78b9f6d0c59a684831ab0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ CHANGES WITH 251: normalized unit file path, which is particularly useful for symlinked unit files. - The new %R specifier resolves to the pretty hostname + The new %q specifier resolves to the pretty hostname (i.e. PRETTY_HOSTNAME= from /etc/machine-info). The new %d specifier resolves to the credentials directory of a |