snapd.snap-repair.service 464 B

123456789101112131415
  1. [Unit]
  2. Description=Automatically fetch and run repair assertions
  3. Documentation=man:snap(1)
  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/lib/snapd/snap-repair run
  11. EnvironmentFile=-/etc/environment
  12. Environment=SNAP_REPAIR_FROM_TIMER=1
  13. # There is no need to start this, the timer will run it
  14. # X-Snapd-Snap: do-not-start