Refactor server roles into one that handles all OS physical or virtual
This commit is contained in:
8
server/files/bin/poweroff-force
Normal file
8
server/files/bin/poweroff-force
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This is an instant reboot, like pressing the power switch
|
||||
# only use if you cannot reboot the computer from the normal command
|
||||
# mReschke 2014-03-24
|
||||
|
||||
echo 1 > /proc/sys/kernel/sysrq
|
||||
echo b > /proc/sysrq-trigger
|
||||
Reference in New Issue
Block a user