Last active
March 26, 2021 23:58
-
-
Save unakatsuo/dca1e1abd57a4bbbc120005c1b0891f8 to your computer and use it in GitHub Desktop.
Run custom tui menu on tty1 with systemd getty.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/systemd/system/getty\@tty1.service.d/override.conf | |
[Service] | |
ExecStart= | |
ExecStart=-/usr/sbin/agetty --autologin root --login-program /root/menu.sh --noissue --noclear %I $TERM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://wiki.archlinux.org/index.php/Getty