Skip to content

Instantly share code, notes, and snippets.

@NWuensche
Last active September 10, 2017 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NWuensche/1c1e850514d99775f7566698adfd5ec7 to your computer and use it in GitHub Desktop.
Save NWuensche/1c1e850514d99775f7566698adfd5ec7 to your computer and use it in GitHub Desktop.
systemd.timers.lowbatterytimer.timerConfig = {
OnBootSec="0h";
OnUnitInactiveSec="5min";
};
systemd.services.lowbatterytimer = {
serviceConfig = {
Type = "oneshot";
ExecStart = "/run/wrappers/bin/lowbattery";
};
enable = true;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment