diff options
Diffstat (limited to 'recipes/initscripts/files/reboot')
-rw-r--r-- | recipes/initscripts/files/reboot | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/initscripts/files/reboot b/recipes/initscripts/files/reboot new file mode 100644 index 0000000000..56278199be --- /dev/null +++ b/recipes/initscripts/files/reboot @@ -0,0 +1,11 @@ +#! /bin/sh +# +# reboot Execute the reboot command. +# +# Version: @(#)reboot 2.75 22-Jun-1998 miquels@cistron.nl +# + +PATH=/sbin:/bin:/usr/sbin:/usr/bin + +echo -n "Rebooting... " +reboot -d -f -i |