homectl: mute console while running firstboot prompts

This commit is contained in:
Lennart Poettering
2025-09-19 10:22:49 +02:00
parent b128c31f46
commit 0cfaea3619
3 changed files with 27 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ Before=systemd-user-sessions.service first-boot-complete.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=homectl firstboot --prompt-new-user --prompt-shell=no --prompt-groups=no
ExecStart=homectl firstboot --prompt-new-user --prompt-shell=no --prompt-groups=no --mute-console=yes
StandardOutput=tty
StandardInput=tty
StandardError=tty