console: stay in script until shutdown is complete

This commit is contained in:
Franco Fichtner 2022-12-14 08:47:29 +01:00
parent fa1c49e080
commit b258333ae7
2 changed files with 6 additions and 2 deletions

View File

@ -2,4 +2,6 @@
/usr/local/etc/rc.syshook stop
exec /sbin/shutdown -op now
/sbin/shutdown -op now
while :; do sleep 1; done

View File

@ -2,4 +2,6 @@
/usr/local/etc/rc.syshook stop
exec /sbin/shutdown -or now
/sbin/shutdown -or now
while :; do sleep 1; done