I have an HP Microserver which I'd like to schedule to go into sleep or hibernation at the same time each day, then automatically wake at the same time the following day. I've tried this command to check basic sleep/wake functionality, but it doesn't wake the machine as intended:
sudo rtcwake -m mem -s 10 && firefox
Can anyone suggest a way of achieving what I'm trying to do?
sudo rtcwake -m mem -s 10 && firefox
Can anyone suggest a way of achieving what I'm trying to do?