snapd.seeded.service 322 B

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