diff options
author | Simon Rettberg | 2023-10-23 14:04:13 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-10-23 14:04:13 +0200 |
commit | 44572a65283621a833d7d351c6f58219549b59b6 (patch) | |
tree | fdc5dbc1b0e83f979f6e5f6c7cc7bfc949045684 | |
parent | [SSPS] Change firstboot/run logic once again (diff) | |
download | setup-scripts-44572a65283621a833d7d351c6f58219549b59b6.tar.gz setup-scripts-44572a65283621a833d7d351c6f58219549b59b6.tar.xz setup-scripts-44572a65283621a833d7d351c6f58219549b59b6.zip |
[SSPS] Add system.conf for systemd
Set TZ and LANG
-rw-r--r-- | satellit_installer/static_files/system/etc/systemd/system.conf.d/10-openslx.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/satellit_installer/static_files/system/etc/systemd/system.conf.d/10-openslx.conf b/satellit_installer/static_files/system/etc/systemd/system.conf.d/10-openslx.conf new file mode 100644 index 0000000..0e40b02 --- /dev/null +++ b/satellit_installer/static_files/system/etc/systemd/system.conf.d/10-openslx.conf @@ -0,0 +1,3 @@ +[Manager] +DefaultEnvironment=TZ=:/etc/localtime LANG=C.UTF-8 +RebootWatchdogSec=30 |