From 7e2ece50168cc273abbf68a1a0f3e7740c5e25e1 Mon Sep 17 00:00:00 2001 From: Xiong Zhang Date: Tue, 27 May 2014 09:52:51 +0800 Subject: [PATCH] Modify it to adjust Tizen IVI enviroment Change-Id: I95db0a486a294a18244a24dd158688b6089a4254 Signed-off-by: Xiong Zhang --- docs/kmsconvt@.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/kmsconvt@.service b/docs/kmsconvt@.service index 7b64823..a759f6d 100644 --- a/docs/kmsconvt@.service +++ b/docs/kmsconvt@.service @@ -29,7 +29,6 @@ Description=KMS System Console on %I Documentation=man:kmscon(1) After=systemd-user-sessions.service -After=plymouth-quit-wait.service Before=getty.target Conflicts=getty@%i.service OnFailure=getty@%i.service @@ -37,7 +36,7 @@ IgnoreOnIsolate=yes ConditionPathExists=/dev/tty0 [Service] -ExecStart=/usr/bin/kmscon "--vt=%I" --seats=seat0 --no-switchvt +ExecStart=/usr/bin/kmscon "--vt=%I" --seats=seat0 --no-switchvt --hwaccel UtmpIdentifier=%I TTYPath=/dev/%I TTYReset=yes -- 2.7.4