On a normal server e.g. a Linode VPS I would normally do:
localectl set-locale LANG=<locale>.utf8 timedatectl set-timezone <timezone> But since systemd is not present or does not work on containers I get:
Failed to create bus connection: No such file or directory Now, my goal is just to change these settings without using systemd but such approach seems to go undocumented. Is there a reference for non-systemd alternatives to config tools?