Not sure if someone else found this issue but I have this configuration:
watchdog.conf:
watchdog-device = /dev/watchdog
watchdog-timeout = 180
watchdog-refresh-use-settimeout = auto
interval = 10
realtime = yes
priority = 1
min-memory = 12800
allocatable-memory = 1
Platform Pi 3b+
Observed and steps:
apt update (ok)
apt-get upgrade -y (unexpected reboot)
apt autoremove (unexpected reboot)
Disabled watchdog via systemctl… then the reboot is not there.
Any comments or feedback? any idea is appreciated.