<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Should update new service instances' environment when locale changes"
href="https://bugs.freedesktop.org/show_bug.cgi?id=69821#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Should update new service instances' environment when locale changes"
href="https://bugs.freedesktop.org/show_bug.cgi?id=69821">bug 69821</a>
from <span class="vcard"><a class="email" href="mailto:kay@vrfy.org" title="Kay Sievers <kay@vrfy.org>"> <span class="fn">Kay Sievers</span></a>
</span></b>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>