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