Same could be said about other distros, btw ;)

  • Shareni@programming.dev
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    2 months ago

    It needs to mount virtual directories for each snap. If I remember correctly it does a part of the job on boot and part on login.

      • lengau@midwest.social
        link
        fedilink
        arrow-up
        4
        ·
        2 months ago

        Also remember that systemd isn’t generally doing this in series, waiting for each unit before starting the next. It’s firing off a bunch of units and then continuing what it does. If it were measuring the actual time that a unit takes without including the fact that it’s waiting for resources that other units are using, it’s highly unlikely that bare, which is basically empty, would take longer than massive snaps like Firefox and the GNOME content snaps.

        Theoretically with a huge number of snaps and slow enough storage media this could have a noticeable effect, but in practice that case is highly unlikely.