diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-28 02:18:59 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-28 02:18:59 +0100 |
commit | 2e5c94b9aaefce46835b623e800cfc168995ea3f (patch) | |
tree | fd08747425942a062e225497aa850dfa0b3ecc9d /src/core/unit-printf.c | |
parent | a986501b9059b72e8deced262554fbdd1ab9da17 (diff) |
core: when the user hits Ctrl-Alt-Del more than 7x per 2s, reboot immediately
This should be useful for cases where clean rebooting doesn't work, and
the user wants to hurry up the reboot.
Diffstat (limited to 'src/core/unit-printf.c')
-rw-r--r-- | src/core/unit-printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit-printf.c b/src/core/unit-printf.c index 62599d0813..97135db551 100644 --- a/src/core/unit-printf.c +++ b/src/core/unit-printf.c @@ -19,7 +19,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "systemd/sd-id128.h" +#include "sd-id128.h" #include "unit.h" #include "specifier.h" #include "path-util.h" |