From b594acf9903e3247b929024c3ee1b0f1484fc95b Mon Sep 17 00:00:00 2001 From: Sai Sree Kartheek Adivi Date: Fri, 2 Aug 2024 12:25:25 +0530 Subject: [PATCH] target: fix weston service file Signed-off-by: Sai Sree Kartheek Adivi --- target/weston/weston.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/weston/weston.service b/target/weston/weston.service index 8c91a30..dff51a3 100644 --- a/target/weston/weston.service +++ b/target/weston/weston.service @@ -34,7 +34,7 @@ ConditionPathExists=/dev/tty0 # Requires systemd-notify.so Weston plugin. Type=simple EnvironmentFile=/etc/default/weston -ExecStart=/usr/bin/weston --backend=drm-backend.so --tty=2 --continue-without-input --idle-time=0 +ExecStart=/usr/bin/weston --backend=drm-backend.so --continue-without-input --idle-time=0 # Optional watchdog setup #TimeoutStartSec=60