docs: add systemd kmscon unit
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>
This commit is contained in:
parent
b5aa89f4ac
commit
38759fed14
9
docs/kmscon.service
Normal file
9
docs/kmscon.service
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=KMS System Console
|
||||
Documentation=man:kmscon(1)
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/kmscon -l /bin/login
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user