summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/sd-shutdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/sd-shutdown b/install/sd-shutdown
index 7e86dad..cd4686f 100644
--- a/install/sd-shutdown
+++ b/install/sd-shutdown
@@ -2,6 +2,10 @@
build() {
add_binary /usr/lib/systemd/systemd-shutdown /shutdown
+
+ if type -P kexec >/dev/null; then
+ add_binary kexec
+ fi
}
help() {