mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 20:33:38 +00:00
added poweroff.sh for pkg/open-vm-tools to allow shutdown from hypervisor
Signed-off-by: Isaac Rodman <isaac@eyz.us>
This commit is contained in:
4
pkg/open-vm-tools/scripts/poweroff-vm-default.d/poweroff.sh
Executable file
4
pkg/open-vm-tools/scripts/poweroff-vm-default.d/poweroff.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# send SIGTERM to the init system (PID 1), which causes a clean VM host-initiated shutdown
|
||||
kill -s SIGTERM 1
|
||||
exit 0
|
||||
Reference in New Issue
Block a user