diff options
Diffstat (limited to 'target/linux/x86/alix2/base-files/etc/hotplug.d/button/50-reboot')
-rw-r--r-- | target/linux/x86/alix2/base-files/etc/hotplug.d/button/50-reboot | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/x86/alix2/base-files/etc/hotplug.d/button/50-reboot b/target/linux/x86/alix2/base-files/etc/hotplug.d/button/50-reboot deleted file mode 100644 index bf893c1..0000000 --- a/target/linux/x86/alix2/base-files/etc/hotplug.d/button/50-reboot +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -logger -t button -p daemon.info "$BUTTON/$ACTION" - -case "$BUTTON/$ACTION" in - -reset/released) - reboot -f - ;; - -esac - -exit 0 |