You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gnome changes the timezone by sending requests over the org.freedesktop.timedate1 dbus interface which is implemented by systemd-timedated.
systemd-timedated reads and changes the timezone by expecting a symlink /etc/localtime to exist and point to a subdirectory of /usr/share/zoneinfo/. There is not any flexibility to change where to find the /etc/localtime symlink, it's hardcoded into systemd and the code will not follow additional symlinks.
I don't see a way to fix this without patching systemd, and least intrusive patch would be to just replace the path /etc/localtime with /storage/citadel-state/etc/localtime.
The text was updated successfully, but these errors were encountered:
Gnome changes the timezone by sending requests over the org.freedesktop.timedate1 dbus interface which is implemented by systemd-timedated.
systemd-timedated reads and changes the timezone by expecting a symlink
/etc/localtime
to exist and point to a subdirectory of/usr/share/zoneinfo/
. There is not any flexibility to change where to find the/etc/localtime
symlink, it's hardcoded into systemd and the code will not follow additional symlinks.I don't see a way to fix this without patching systemd, and least intrusive patch would be to just replace the path
/etc/localtime
with/storage/citadel-state/etc/localtime
.The text was updated successfully, but these errors were encountered: