From 713289aa1c9f3b9cf974fee5ca09c9e367294d78 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 4 Aug 2023 14:33:37 +0200 Subject: Change location of unit file in fixup script Signed-off-by: Jan-Simon Moeller Change-Id: I6903ebb4c192ff43a9c2a9a326d8e9284b5b6918 --- templates/tests/fixup-weston-watchdog.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tests/fixup-weston-watchdog.jinja2 b/templates/tests/fixup-weston-watchdog.jinja2 index 7f8185f..afc8eda 100644 --- a/templates/tests/fixup-weston-watchdog.jinja2 +++ b/templates/tests/fixup-weston-watchdog.jinja2 @@ -9,7 +9,7 @@ run: steps: # disable the watchdog - for slow systems - - sed -i -e "s#WatchdogSec=20#WatchdogSec=0#g" /usr/lib/systemd/user/agl-compositor.service + - sed -i -e "s#WatchdogSec=20#WatchdogSec=0#g" /usr/lib/systemd/system/agl-compositor.service # 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 -- cgit 1.2.3-korg