]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
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)
Useful for restarting the container, e.g. with the following sequence:

  session = DBusContainerService().GetSession()
  DBusContainerService().Stop(False)
  DBusContainerService().Start(session)


No differences found