diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-09-10 12:19:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-09-14 15:17:40 +0200 |
commit | 82f93439af6ec0e7444fc35260c4a4fc5b30d19c (patch) | |
tree | 626808a349adbe8d4e03f1956f604673e306b4dc /units/debug-shell.service.in | |
parent | test: add test case for UnsetEnvironment= (diff) | |
download | systemd-82f93439af6ec0e7444fc35260c4a4fc5b30d19c.tar.xz systemd-82f93439af6ec0e7444fc35260c4a4fc5b30d19c.zip |
units: properly unset the l10n environment variables where we need to
Now that we have UnsetEnvironment=, let's make proper use of it for
unsetting l10n settings for console gettys.
Fixes: #6407
Diffstat (limited to 'units/debug-shell.service.in')
-rw-r--r-- | units/debug-shell.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/debug-shell.service.in b/units/debug-shell.service.in index 59f6e494b3..f72e5ef6b6 100644 --- a/units/debug-shell.service.in +++ b/units/debug-shell.service.in @@ -28,7 +28,7 @@ KillSignal=SIGHUP # Unset locale for the console getty since the console has problems # displaying some internationalized messages. -Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION= +UnsetEnvironment=LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION [Install] WantedBy=sysinit.target |