This is a very basic unit that can start kmscon with a login shell. We may have to improve it to replace agetty/etc fully, but it is a good start. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
10 lines
155 B
Desktop File
10 lines
155 B
Desktop File
[Unit]
|
|
Description=KMS System Console
|
|
Documentation=man:kmscon(1)
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/kmscon -l /bin/login
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|