You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to use slightly different installation instructions:
Instructions said: git clone git@github.com:skhg/juice4halt.git
I found that would throw an error about not being authorized
Used this instead git clone https://github.com/skhg/juice4halt.git
The watchdog service didn't start directly after install, so the systemctl status juice4halt showed errors
After rebooting the device, the watchdog service started, and the status command ran as expected.
Recommend future users either manually start the watchdog process or issue a reboot.
The text was updated successfully, but these errors were encountered:
I had to use slightly different installation instructions:
Instructions said:
git clone git@github.com:skhg/juice4halt.git
I found that would throw an error about not being authorized
Used this instead
git clone https://github.com/skhg/juice4halt.git
The watchdog service didn't start directly after install, so the
systemctl status juice4halt
showed errorsAfter rebooting the device, the watchdog service started, and the status command ran as expected.
Recommend future users either manually start the watchdog process or issue a reboot.
The text was updated successfully, but these errors were encountered: