Watchdog daemon doesn't start at boot
Open
/lib/systemd/system/watchdog.service
and add
[Install]
WantedBy=multi-user.target
Systemd needs the [Install]-Section for a Unit to know how it should enable/disable the Unit.
Open
/lib/systemd/system/watchdog.service
and add
[Install]
WantedBy=multi-user.target
Systemd needs the [Install]-Section for a Unit to know how it should enable/disable the Unit.