systemd: Add 20-systemd-locale hook on live.

Don't allow systemd to set LANG for all processes.
See ALT#27408 for details.
This commit is contained in:
Mikhail Efremov 2012-06-21 21:03:25 +04:00
parent 6c018082d6
commit bc4277ffe1

View File

@ -0,0 +1,4 @@
#!/bin/sh
# Don't allow systemd to set LANG.
echo 'LANG=' >/etc/locale.conf