diff options
Diffstat (limited to 'openwrt/package/base-files/default/sbin/halt')
-rwxr-xr-x | openwrt/package/base-files/default/sbin/halt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/sbin/halt b/openwrt/package/base-files/default/sbin/halt new file mode 100755 index 0000000000..39eed2612e --- /dev/null +++ b/openwrt/package/base-files/default/sbin/halt @@ -0,0 +1,3 @@ +#!/bin/sh +/usr/bin/killall5 -9 +#umount -ar |