diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-06-14 21:35:04 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-06-14 21:35:04 +0200 |
commit | 2f93a5a7e643e80b60f2a67f83cbf0ea55c5b2cb (patch) | |
tree | 7f241fa6aaca039abf5fb35e6df80e608d5f3fb5 | |
parent | 98a8a4c346cb86f15a20cec9fe3a2f0c6325a8d9 (diff) |
Fixup for removal of user sessionpike_15.92.0pike_15.91.1pike/15.92.0pike/15.91.115.92.015.91.1
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I939b454b3acde39065e71d7eb65e0b8061d389b8
-rw-r--r-- | templates/tests/fixup-weston-watchdog.jinja2 | 5 |
1 files changed, 1 insertions, 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 |