github.com/freetocompute/snapd@v0.0.0-20210618182524-2fb355d72fd9/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