[systemd-bugs] [Bug 69821] Should update new service instances' environment when locale changes

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 25 10:03:19 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=69821

--- Comment #3 from Kay Sievers <kay at vrfy.org> ---
Seems all fine here:

# systemctl restart systemd-udevd
# xargs -0 -n1 < /proc/$(pidof systemd-udevd)/environ
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
LANG=en_US.UTF-8
LC_TIME=de_DE.UTF-8
LC_PAPER=de_DE.UTF-8
LC_MEASUREMENT=de_DE.UTF-8

# localectl set-locale LANG=en_US.utf8
# systemctl restart systemd-udevd
# xargs -0 -n1 < /proc/$(pidof systemd-udevd)/environ
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
LANG=en_US.utf8
NOTIFY_SOCKET=@/org/freedesktop/systemd1/notify
LISTEN_PID=2529
LISTEN_FDS=2

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130925/fe6a0dd6/attachment-0001.html>


More information about the systemd-bugs mailing list