github.com/meulengracht/snapd@v0.0.0-20210719210640-8bde69bcc84e/data/systemd/snapd.seeded.service.in (about)

     1  [Unit]
     2  Description=Wait until snapd is fully seeded
     3  After=snapd.service snapd.socket
     4  Requires=snapd.socket
     5  
     6  [Service]
     7  Type=oneshot
     8  ExecStart=@bindir@/snap wait system seed.loaded
     9  RemainAfterExit=true
    10  
    11  [Install]
    12  WantedBy=multi-user.target cloud-final.service
    13  # This is handled special in snapd
    14  # X-Snapd-Snap: do-not-start