Skip to content

Instantly share code, notes, and snippets.

@pankpan
Created July 3, 2021 07:32
Show Gist options
  • Save pankpan/dfba1209006fef251c560463a4835016 to your computer and use it in GitHub Desktop.
Save pankpan/dfba1209006fef251c560463a4835016 to your computer and use it in GitHub Desktop.
enable Linux console auto login script
#!/bin/sh
sed -i 's/ExecStart.*/ExecStart=-\/sbin\/agetty -a root %I \$TERM/' /usr/lib/systemd/system/getty@.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment