diff options
Diffstat (limited to 'install/sd-shutdown')
-rw-r--r-- | install/sd-shutdown | 4 |
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() { |