Last active
September 10, 2017 18:44
-
-
Save NWuensche/1c1e850514d99775f7566698adfd5ec7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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