8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
systemctl edit container-getty@.service
|
|
|
|
Add the following:
|
|
------------------------------------
|
|
[Service]
|
|
ExecStart=
|
|
ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 $TERM
|
|
------------------------------------- |