aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-02-16 13:53:02 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-02-16 13:53:02 +0100
commit49d34ec4e1187b8941d06eda12fca5ec95c87a58 (patch)
treea9e6e3cce20b9eb3072cc36b7930e7e44507ec78
parent7dc050b721f0de2c62f9084c5cc9db533bf47d1d (diff)
Fix typo in fixup-weston-watchdogmarlin_12.93.0marlin/12.93.012.93.0
Fix the typo. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I117aaeb29afe2cb01488ef82ddd34a9bd817fbb5
-rw-r--r--templates/tests/fixup-weston-watchdog.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tests/fixup-weston-watchdog.jinja2 b/templates/tests/fixup-weston-watchdog.jinja2
index 3ce80de..af7d428 100644
--- a/templates/tests/fixup-weston-watchdog.jinja2
+++ b/templates/tests/fixup-weston-watchdog.jinja2
@@ -11,7 +11,7 @@
# disable the watchdog - for slow systems
- sed -i -e "s#WatchdogSec=20#WatchdogSec=0#g" /usr/lib/systemd/user/agl-compositor.service
# disable the coredumps - for slow systems
- - echo "kernel.core_pattern=/dev/null" > /etc/sysctl/50-coredump.conf
+ - 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'