diff --git a/board/common/overlay/etc/init.d/S13watchdog b/board/common/overlay/etc/init.d/S13watchdog index 4b5e686b6f..e66871bd1e 100755 --- a/board/common/overlay/etc/init.d/S13watchdog +++ b/board/common/overlay/etc/init.d/S13watchdog @@ -5,7 +5,7 @@ DEV="/dev/watchdog" PROG="/sbin/watchdog" -test -c ${PROG} || exit 0 +test -x ${PROG} || exit 0 test -c ${DEV} || exit 0 test -n "${OS_VERSION}" || source /etc/init.d/base