Open
Description
I suggest that the example have an option to show running a service as a persistent one so it doesn't stop on app close.
It could be a check box that says "run as persistent service"
I've tried to make it an auto restart service with this line in start_service
function:
service.mService.setAutoRestartService(True)
but no luck.
Activity