diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/kmscon@.service | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/kmscon@.service b/docs/kmscon@.service new file mode 100644 index 0000000..a75967e --- /dev/null +++ b/docs/kmscon@.service @@ -0,0 +1,14 @@ +[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 |