This almost certainly can be optimized, but we should be able to mask getty@.service with kmscon@.service. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
15 lines
297 B
Desktop File
15 lines
297 B
Desktop File
[Unit]
|
|
Description=KMS System Console on %i
|
|
Documentation=man:kmscon(1)
|
|
After=systemd-user-sessions.service
|
|
Before=getty.target
|
|
IgnoreOnIsolate=yes
|
|
|
|
[Service]
|
|
ExecStart=-/usr/bin/kmscon --vt=%i -l /bin/login
|
|
UtmpIdentifier=%I
|
|
KillMode=process
|
|
|
|
[Install]
|
|
Alias=getty.target.wants/kmscon@%I.service
|