mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
watchdog: Set watchdog_module in default config
systemd started to warn about used but unset environment variables. Let us set watchdog_module=none which is used by the watchdog.service to get rid of the following warning: watchdog.service: Referenced but unset environment variable evaluates to an empty string: watchdog_module (From OE-Core rev: 953ea8fa9e3e6a34cbb42e56743fb7c6cf98ff2a) Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 8f1dc796c7298373e61d806e63bc121128c1c27c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
4aa7d1ea87
commit
bcbc1ad07a
|
|
@ -1,2 +1,3 @@
|
|||
# Start watchdog at boot time? 0 or 1
|
||||
run_watchdog=1
|
||||
watchdog_module=none
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user