diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-10-14 04:31:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-10-14 04:31:49 +0200 |
commit | 3990f247652c3bd41e4ea074e6302277eb9c7aa3 (patch) | |
tree | a374a06aa0c19ef135bf93f47cfc50c76b476c17 /.gitignore | |
parent | 0f4ba83c397e807939a4eb0b2cbd04ad4ab548cc (diff) | |
download | systemd-3990f247652c3bd41e4ea074e6302277eb9c7aa3.tar.gz |
rfkill: add new rfkill tool to save/restore rfkill state across reboots
This works analogous to the existing backlight and random seed services
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 40015debaf..587b6d07ef 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,7 @@ /systemd-remount-api-vfs /systemd-remount-fs /systemd-reply-password +/systemd-rfkill /systemd-run /systemd-shutdown /systemd-shutdownd |