diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-01-03 13:05:32 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-01-05 18:24:21 +0100 |
commit | ea575e176aac9fa8f430bb30a3e8abd8da767a10 (patch) | |
tree | e0299499fce39c3b74c9c73d13a941032642ded5 /units/systemd-vconsole-setup.service.in | |
parent | Merge pull request #25929 from poettering/resolvectl-loopback-fix (diff) | |
download | systemd-ea575e176aac9fa8f430bb30a3e8abd8da767a10.tar.xz systemd-ea575e176aac9fa8f430bb30a3e8abd8da767a10.zip |
vconsole: permit configuration of vconsole settings via credentials
Diffstat (limited to '')
-rw-r--r-- | units/systemd-vconsole-setup.service.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/units/systemd-vconsole-setup.service.in b/units/systemd-vconsole-setup.service.in index 23f5ac2f50..c07869fedd 100644 --- a/units/systemd-vconsole-setup.service.in +++ b/units/systemd-vconsole-setup.service.in @@ -18,3 +18,8 @@ ConditionPathExists=/dev/tty0 Type=oneshot RemainAfterExit=yes ExecStart={{ROOTLIBEXECDIR}}/systemd-vconsole-setup +LoadCredential=vconsole.keymap +LoadCredential=vconsole.keymap_toggle +LoadCredential=vconsole.font +LoadCredential=vconsole.font_map +LoadCredential=vconsole.font_unimap |