snapd.recovery-chooser-trigger.service 442 B

1234567891011121314151617
  1. [Unit]
  2. Description=Wait for the Ubuntu Core chooser trigger
  3. Before=snapd.service
  4. # don't run on classic or uc16/uc18
  5. ConditionKernelCommandLine=snapd_recovery_mode
  6. [Service]
  7. # blocks the service startup until a trigger is detected or a timeout is hit
  8. Type=oneshot
  9. ExecStart=/usr/lib/snapd/snap-bootstrap recovery-chooser-trigger
  10. RemainAfterExit=true
  11. [Install]
  12. WantedBy=multi-user.target
  13. # started on boot only
  14. # X-Snapd-Snap: do-not-start