diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-08-14 01:57:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-08-14 01:57:02 +0200 |
commit | 3731acf1acfb4a6eb68374a5b137f3b368f63381 (patch) | |
tree | a6b378b127df46126ee8e334fc895bff10451b82 /units/.gitignore | |
parent | 405e0255d5e6950180d9563f1a26294b5360db03 (diff) |
backlight: add minimal tool to save/restore screen brightness across reboots
As many laptops don't save/restore screen brightness across reboots,
let's do this in systemd with a minimal tool, that restores the
brightness as early as possible, and saves it as late as possible. This
will cover consoles and graphical logins, but graphical desktops should
do their own per-user stuff probably.
This only touches firmware brightness controls for now.
Diffstat (limited to 'units/.gitignore')
-rw-r--r-- | units/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/.gitignore b/units/.gitignore index 9aee00f2a4..9c65075c0a 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -1,3 +1,4 @@ +/systemd-backlight@.service /halt-local.service /rc-local.service /systemd-hybrid-sleep.service |