mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
console: stay in script until shutdown is complete
This commit is contained in:
parent
fa1c49e080
commit
b258333ae7
@ -2,4 +2,6 @@
|
||||
|
||||
/usr/local/etc/rc.syshook stop
|
||||
|
||||
exec /sbin/shutdown -op now
|
||||
/sbin/shutdown -op now
|
||||
|
||||
while :; do sleep 1; done
|
||||
|
||||
@ -2,4 +2,6 @@
|
||||
|
||||
/usr/local/etc/rc.syshook stop
|
||||
|
||||
exec /sbin/shutdown -or now
|
||||
/sbin/shutdown -or now
|
||||
|
||||
while :; do sleep 1; done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user