diff --git a/src/lxc/lxc-shutdown.in b/src/lxc/lxc-shutdown.in index ad8395be7..edf735e54 100644 --- a/src/lxc/lxc-shutdown.in +++ b/src/lxc/lxc-shutdown.in @@ -118,10 +118,10 @@ if [ "$pid" = "-1" ]; then fi if [ $reboot -eq 1 ]; then - kill -s SIGINT $pid + kill -s INT $pid exit 0 else - kill -s SIGPWR $pid + kill -s PWR $pid fi if [ $dowait -eq 0 ]; then