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:
David Herrmann 2012-09-18 20:41:55 +02:00
parent b5aa89f4ac
commit 38759fed14

9
docs/kmscon.service Normal file
View 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