]> glassweightruler.freedombox.rocks Git - waydroid.git/commit
container: Allow stopping without killing the session deamon
authorAlessandro Astone <ales.astone@gmail.com>
Tue, 17 Jan 2023 22:11:05 +0000 (23:11 +0100)
committerAlessandro Astone <ales.astone@gmail.com>
Tue, 17 Jan 2023 22:13:24 +0000 (23:13 +0100)
commite9d3d01bef8f7021667fe3e4b3fb3c518f3e8b10
tree78816eb99518efaf5326cfb81541aafe9ad37800
parentb910c891740026aeba2cd6a86f93ca87ef57e3c6
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)
tools/actions/container_manager.py
tools/actions/session_manager.py