6 lines
188 B
Bash
Executable file
6 lines
188 B
Bash
Executable file
#!/bin/sh
|
|
echo ".... joborun will now reboot .... "
|
|
sudo /usr/bin/run/reboot -f 2>/dev/null
|
|
sudo /usr/bin/s6/reboot 2>/dev/null
|
|
# for upcoming 66 >0.7
|
|
#sudo /usr/bin/66 reboot 2>/dev/null
|