Skip to content

balert/powernap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

> PowerNap is a configurable daemon that will bring a running system to a lower power state according to a set of configuration preferences. It acts as a sort of "screensaver" for servers, watching the process table for activity rather than the keyboard or mouse.
> PowerNap will run $ACTION when none of $PROCESSES have executed for some number of $ABSENCE seconds.
> For instance, PowerNap can automatically "pm-suspend" a system if no instance of "kvm" runs for some contiguous block of "300" seconds.
> 
> This repo is a "fork" of the original development of powernap, which is located at
> https://launchpad.net/powernap
> 
> It is modified run with python3 and archlinux.

This is a fork of the above, to fix some problems with recent Archlinux.
Powernap used to hang during service shutdown (solved), but still hangs frequently for no obvious reason (yet unsolved).
In addition quite some things improved that I consider "better", and smaller bugs causing crashes fixed.

About

Fork of original development site https://launchpad.net/powernap to run with archlinux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.2%
  • Shell 19.0%
  • Roff 9.8%