This adds inclusion of /etc/locale.conf to i2prouter i2p.init, per backup's...

This commit is contained in:
idk
2021-10-26 16:06:12 +00:00
parent 807b7d672f
commit 999e2615c3

View File

@@ -135,7 +135,7 @@ OPEN_FILES_ULIMIT=2048
# you may comment out this block and set them yourself here.
if [ ! -n $LANG ]; then
for ENV_FILE in /etc/environment /etc/default/locale; do
for ENV_FILE in /etc/environment /etc/default/locale /etc/locale.conf; do
[ -r "$ENV_FILE" ] || continue
[ -s "$ENV_FILE" ] || continue