diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-04 14:33:37 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-04 16:28:06 +0200 |
commit | 713289aa1c9f3b9cf974fee5ca09c9e367294d78 (patch) | |
tree | eacb06963de36596adc5ed5a2f8e6c58f318f3db | |
parent | a9b858bf263b9d03852a3a24eb79f991239875c6 (diff) |
Change location of unit file in fixup scriptquillback_16.93.0quillback_16.92.0quillback_16.91.1quillback_16.91.0quillback/16.93.0quillback/16.92.0quillback/16.91.1quillback/16.91.016.93.016.92.016.91.116.91.0
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I6903ebb4c192ff43a9c2a9a326d8e9284b5b6918
-rw-r--r-- | templates/tests/fixup-weston-watchdog.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |