kmscon/docs/kmscon.service
David Herrmann 38759fed14 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>
2012-09-18 20:41:55 +02:00

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