mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-09-11 14:24:27 +00:00
Shutdown services gracefully
This commit is contained in:
5
scripts/service/qemu/control/t
Executable file
5
scripts/service/qemu/control/t
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
printf '%s\n' 'system_powerdown' | nc -U /run/qemu-monitor
|
Reference in New Issue
Block a user