Re: [systemd-devel] Custom Localed Configuration Location

2023-08-31 Thread Lennart Poettering
On Di, 29.08.23 17:18, TJ Shipp ([email protected]) wrote: > I am trying to create a system where we can change locale on a > running system (where we would have daemons subscribe to dbus and > get the properties changed messages) but need to be able to change > the location of the locale file (by

[systemd-devel] Custom Localed Configuration Location

2023-08-29 Thread TJ Shipp
I am trying to create a system where we can change locale on a running system (where we would have daemons subscribe to dbus and get the properties changed messages) but need to be able to change the location of the locale file (by default in /etc/locale.conf) as /etc is read-only on our system.