snapd.autoimport.service 432 B

12345678910111213141516
  1. [Unit]
  2. Description=Auto import assertions from block devices
  3. After=snapd.service snapd.socket snapd.seeded.service
  4. # don't run on classic
  5. ConditionKernelCommandLine=|snap_core
  6. # TODO:UC20: only enable this in run mode?
  7. ConditionKernelCommandLine=|snapd_recovery_mode
  8. [Service]
  9. Type=oneshot
  10. ExecStart=/usr/bin/snap auto-import
  11. [Install]
  12. WantedBy=multi-user.target
  13. # This cannot be started on firstboot
  14. # X-Snapd-Snap: do-not-start