diff options
Diffstat (limited to 'filehooker/root-image/krebs/etc/Reaktor/commands/reboot')
-rwxr-xr-x | filehooker/root-image/krebs/etc/Reaktor/commands/reboot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/filehooker/root-image/krebs/etc/Reaktor/commands/reboot b/filehooker/root-image/krebs/etc/Reaktor/commands/reboot new file mode 100755 index 00000000..a264831a --- /dev/null +++ b/filehooker/root-image/krebs/etc/Reaktor/commands/reboot @@ -0,0 +1,3 @@ +#!/bin/sh +echo "system is going down" +sudo /usr/bin/reboot |