Good morning,
i currently try to run my snap without devmode. To get more infos while installing and starting the app, i use snappy-debug
.
Snap version
1.) And snappy-debug suggest me, to use the process-control
plug, which i have already defind in my snapcraft.yaml, what is here the issue!?
2.) While iam runing the app with snap , i get some erros. i can not debug, but i have the sources to see in which 3 cases the error could come from:
- Create a Dictionary
/run/myapp
for pipes!? - Using
fork()
to create a child process - call functions
mkfifo
oropen
it.
so do i neea addional plugs !? for this
Thank you
P.s. with devmode everything is working