github.com/rigado/snapd@v2.42.5-go-mod+incompatible/data/systemd/snapd.autoimport.service.in (about)

     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  
     7  [Service]
     8  Type=oneshot
     9  ExecStart=@bindir@/snap auto-import
    10  
    11  [Install]
    12  WantedBy=multi-user.target
    13  # This cannot be started on firstboot
    14  # X-Snapd-Snap: do-not-start