Install watchdog
# pacman -S watchdog
And then start the service at boot:
# systemctl enable watchdog.service
Start the service to don't see the message any more
# systemctl start watchdog.service
This works too
Install watchdog
# pacman -S watchdog
And then start the service at boot:
# systemctl enable watchdog.service
Start the service to don't see the message any more
# systemctl start watchdog.service
This works too