From 2f93a5a7e643e80b60f2a67f83cbf0ea55c5b2cb Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 14 Jun 2023 21:35:04 +0200 Subject: Fixup for removal of user session Signed-off-by: Jan-Simon Moeller Change-Id: I939b454b3acde39065e71d7eb65e0b8061d389b8 --- templates/tests/fixup-weston-watchdog.jinja2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/tests/fixup-weston-watchdog.jinja2 b/templates/tests/fixup-weston-watchdog.jinja2 index 75c9157..7f8185f 100644 --- a/templates/tests/fixup-weston-watchdog.jinja2 +++ b/templates/tests/fixup-weston-watchdog.jinja2 @@ -13,11 +13,8 @@ # disable the coredumps - for slow systems - echo "kernel.core_pattern=/dev/null" > /etc/sysctl.d/50-coredump.conf - sysctl -p /etc/sysctl.d/50-coredump.conf - # need to reload user-session and system daemon - - su - agl-driver -c 'export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1001/bus" ; systemctl --user daemon-reload' - systemctl daemon-reload - #- systemctl restart agl-session@agl-driver.service - - sleep 20 + - sleep 5 from: inline name: fixup-weston-watchdog path: inline/fixup-weston-watchdog.yaml -- cgit 1.2.3-korg