How to run two python application with in one snap

You declared your applications as daemons (https://snapcraft.io/docs/services-and-daemons), so both apps will start as system daemons, like how you would run a webserver or similar.

If that’s not what you want, make sure to give https://snapcraft.io/docs/snapcraft-overview a good read, and most importantly: look at a really easy example/tutorial like Create your first snap.

1 Like