docs: add systemd kmscon unit
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 18 Sep 2012 18:41:55 +0000 (20:41 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 18 Sep 2012 18:41:55 +0000 (20:41 +0200)
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>
docs/kmscon.service [new file with mode: 0644]

diff --git a/docs/kmscon.service b/docs/kmscon.service
new file mode 100644 (file)
index 0000000..a3cc4ed
--- /dev/null
@@ -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