canonical / core18

The core18 base snap
14 stars 26 forks source link

static: add new core18.start-snapd.service #19

Closed mvo5 closed 6 years ago

mvo5 commented 6 years ago

The new core18.start-snapd.service manages the snapd from the snapd snap. It will run the seeding (if neeeded) and otherwise try to start the right snapd from the snapd snap.

This is the initial version that will be able to run the seeding and an installed snapd. It also contains basic fallback logic where it will try to start the previous snapd if the current one fails to run.

sil2100 commented 6 years ago

New PR: https://github.com/snapcore/core18/pull/21 - will merge it once CI is finished.