Shutdown scheduler for Ubuntu and Ubuntu Core systems.
This snap provides a basic shutdown scheduler for Ubuntu and Ubuntu Core systems.
How to use it
Setup shutdown scheduling:
curl --header "Content-Type: application/json" --request POST --data {
"mon": null,
"tue": "20:48:00",
"wed": "23:07:10",
"thu": "08:39:00",
"fri": null,
"sat": "18:44:35",
"sun": null
} http://target-ip-address:3535/set-shutdown-schedule
Cancel shutdown scheduling: http://target-ip-address:3535/cancel-shutdown-schedule
Before using it
This snap automatically connect the shutdown interface.
After installing it, you can double check it running the command snap connections powerscheduler
.
Bug fixing
Recently a bug in the scheduler has been fixed. If you are still using the 0.1 version, please update to the latest running snap refresh powerschedule