From: Alessandro Astone Date: Tue, 17 Jan 2023 22:11:05 +0000 (+0100) Subject: container: Allow stopping without killing the session deamon X-Git-Tag: 1.4.0~38 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/e9d3d01bef8f7021667fe3e4b3fb3c518f3e8b10?hp=e9d3d01bef8f7021667fe3e4b3fb3c518f3e8b10 container: Allow stopping without killing the session deamon Useful for restarting the container, e.g. with the following sequence: session = DBusContainerService().GetSession() DBusContainerService().Stop(False) DBusContainerService().Start(session) ---