bc4277ffe1
Don't allow systemd to set LANG for all processes. See ALT#27408 for details.
5 lines
77 B
Bash
Executable File
5 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
# Don't allow systemd to set LANG.
|
|
|
|
echo 'LANG=' >/etc/locale.conf
|