Files
server/usr/lib/systemd/system/snapd.seeded.service
2026-01-07 20:52:11 +01:00

15 lines
308 B
Desktop File

[Unit]
Description=Wait until snapd is fully seeded
After=snapd.socket
Requires=snapd.socket
[Service]
Type=oneshot
ExecStart=/usr/bin/snap wait system seed.loaded
RemainAfterExit=true
[Install]
WantedBy=multi-user.target cloud-final.service
# This is handled special in snapd
# X-Snapd-Snap: do-not-start