mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
During boot, the initial transaction may contain both snapd.socket and snapd.service at the same time. In such cases, snapd.service should be started strictly after snapd.socket (After+Requires), instead of just simultaniously with it (Requires alone). Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>