X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/8999d0995dc115e06f8170773371f525067094cc..523fd4d21655361439ffe6f1f57417ceec6f1290:/tools/actions/container_manager.py diff --git a/tools/actions/container_manager.py b/tools/actions/container_manager.py index 47a2856..f4ad128 100644 --- a/tools/actions/container_manager.py +++ b/tools/actions/container_manager.py @@ -198,7 +198,7 @@ def stop(args): command = ["pidof", "waydroid-sensord"] pid = tools.helpers.run.root(args, command, check=False, output_return=True) if pid: - command = ["killall", pid] + command = ["kill", "-9", pid] tools.helpers.run.root(args, command, check=False) else: