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:27:11 +0200 |
commit | 5b09cb277a938820ed3bbdb5962b5083669c1bd0 (patch) | |
tree | b69ad4d3563832fe8c000cc667a0c4469d1c4221 | |
parent | e47395a51c148d4996668c9c17917ba52202430c (diff) |
Change location of unit file in fixup scriptpike_16.0.5pike_16.0.4pike_16.0.3pike_16.0.2pike_16.0.1pike_16.0.0pike/16.0.5pike/16.0.4pike/16.0.3pike/16.0.2pike/16.0.1pike/16.0.016.0.516.0.416.0.316.0.216.0.116.0.0pike
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 |