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

     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  
     7  [Service]
     8  Type=oneshot
     9  ExecStart=@libexecdir@/snapd/snap-repair run
    10  EnvironmentFile=-@SNAPD_ENVIRONMENT_FILE@
    11  Environment=SNAP_REPAIR_FROM_TIMER=1
    12  # There is no need to start this, the timer will run it
    13  # X-Snapd-Snap: do-not-start