diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-11-06 17:59:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-30 16:19:29 +0100 |
commit | 5f1b0cc6d064f7847982e7b680cab3d080aef52e (patch) | |
tree | 7a940cb921b53827c2e2e302afd28d9ea6c0c153 /docs | |
parent | Merge pull request #10996 from poettering/oci-prep (diff) | |
download | systemd-5f1b0cc6d064f7847982e7b680cab3d080aef52e.tar.xz systemd-5f1b0cc6d064f7847982e7b680cab3d080aef52e.zip |
locale-util: add logic to output smiley emojis at various happiness levels
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ENVIRONMENT.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md index 3e61ea51e7..e965cb885a 100644 --- a/docs/ENVIRONMENT.md +++ b/docs/ENVIRONMENT.md @@ -46,9 +46,14 @@ All tools: are understood, too (us, ms, s, min, h, d, w, month, y). If it is not set or set to 0, then the built-in default is used. -* `$SYSTEMD_MEMPOOL=0` — if set the internal memory caching logic employed by +* `$SYSTEMD_MEMPOOL=0` — if set, the internal memory caching logic employed by hash tables is turned off, and libc malloc() is used for all allocations. +* `$SYSTEMD_EMOJI=0` — if set, tools such as "systemd-analyze security" will + not output graphical smiley emojis, but ASCII alternatives instead. Note that + this only controls use of Unicode emoji glyphs, and has no effect on other + Unicode glyphs. + systemctl: * `$SYSTEMCTL_FORCE_BUS=1` — if set, do not connect to PID1's private D-Bus |