deragon / autopoweroff

Manage automatic poweroff and other actions (suspend / custom) when specific conditions are reunited.
GNU General Public License v2.0
52 stars 7 forks source link

Issue with README #24

Closed tjmcewan closed 2 years ago

tjmcewan commented 3 years ago

Heya, thanks for this project. :)

The README repeats the Host parameter comment for CpuPercentage so doesn't give an indication of how to use that setting.

I'll go digging through the code. :)

Thanks again!

tjmcewan commented 3 years ago

Also, how do I start it on ubuntu server? I have installed the deb package but nothing happens. I've rebooted, still nothing. There's no process running, no entries in syslog, no /var/log/autopoweroff.log file.

deragon commented 3 years ago

Greetings. You are right, the documentation is deficient. I have to update it. Following, the commands to get Autopoweroff working at startup:

systemctl enable autopoweroff  # Enable Autopoweroff at every reboot.
systemctl start autopoweroff   # Start Autopoweroff immediately.  
tjmcewan commented 3 years ago

A couple of other things I noticed:

deragon commented 2 years ago

Fixed with commit 2c17789d293ffc2f39c5ca5d5b0ebe721c6e2c22.