...
Download the Gumband OS Monitor
zip
file at the bottom of this page, and extract its contents. Copy its contents asroot
to/Library/LaunchDaemons
. You must copy them asroot
so they are owned by theroot
user, which will allow the OS Monitor to reboot the computer:Code Block sudo cp ~/Downloads/gumband-os-monitor-macos-arm64/gumband-os-monitor-macos-arm64 /Library/LaunchDaemons sudo cp ~/Downloads/gumband-os-monitor-macos-arm64/launch-os-monitor.plist /Library/LaunchDaemons
Create an exhibit in the Gumband UI, and get an exhibit token and id.
Add a
.env
file to the/Library/LaunchDaemons
directory and add the exhibit token and id from the previous step:
...