Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions usr/share/66/service/agetty-autologin@
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#@I is the tty name in which agetty-autologin starts
[main]
@type = classic
@version = 2.1.0
@description = "Autologin in @I"
@user = ( root )
@options = ( env )

[start]
@execute = ( execl-cmdline -s { agetty ${cmd_args} -a ${autologin_user} @I } )

[environment]
cmd_args=!-J 38400
#Replace autologin_user with the name of the user you want to autologin
autologin_user=!autologin_user