From 7e246e7f81864be618e5a608c631f4c0996bd39a Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 2 Nov 2023 15:16:44 +0100 Subject: [PATCH] Fixed snippets/tpl.060.tweak_systemd.sh --- snippets/tpl.060.tweak_systemd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/tpl.060.tweak_systemd.sh b/snippets/tpl.060.tweak_systemd.sh index abafd73..8ea32c8 100644 --- a/snippets/tpl.060.tweak_systemd.sh +++ b/snippets/tpl.060.tweak_systemd.sh @@ -25,7 +25,7 @@ tweak_systemd() { EOF for i in 2 3 4 ; do - glink="${getty_dir_tgt}/gett@tty${i}.service" + glink="${getty_dir_tgt}/getty@tty${i}.service" ln -sv "${getty_svc}" "${glink}" done -- 2.39.5