mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-07 16:55:15 -04:00
image: allow autologin on TTY1 for STACKIT cloud (#3499)
This commit is contained in:
parent
900fb3f88b
commit
6d7f687609
5 changed files with 18 additions and 12 deletions
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=autologin
|
||||
ConditionPathExists=/proc/cmdline
|
||||
ConditionKernelCommandLine=|constel.console
|
||||
ConditionKernelCommandLine=|constel.debug
|
||||
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin root %I $TERM
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue