diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-09-18 20:41:55 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-09-18 20:41:55 +0200 |
commit | 38759fed14a32abb73b14aa09d80597da9d8825e (patch) | |
tree | 5bbeaabc08f58d39f7d1640e550ce8686834899f | |
parent | b5aa89f4ac6fee9f7ee9a05fb4dc7b5466841a97 (diff) |
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>
-rw-r--r-- | docs/kmscon.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/kmscon.service b/docs/kmscon.service new file mode 100644 index 0000000..a3cc4ed --- /dev/null +++ b/docs/kmscon.service @@ -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 |