mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
(Re-)start socket explicitly first, then service, then the rest of the units. This avoids a race condition between socket/service and other daemons that communicate with the snapd.socket, since a single systemctl command processes these sequentially and ignores After ordering constraints. Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>