Hello, Is it possible to run snapd for debugging without systemd socket activation ?
There is a check here: https://github.com/snapcore/snapd/blob/master/daemon/daemon.go#L198 Which seems to expect socket from systemd. I was able to run and debug without systemd by adding explicit socket creation lines if activation did not return a valid listener. Should there be some 'else if "STANDALONE_MODE" == 1 then create sockets' ? I am using Idea go plugin and ideally hitting shift + f9 should just work. Thank you.
-- Snapcraft mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft
