github.com/anonymouse64/snapd@v0.0.0-20210824153203-04c4c42d842d/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  ConditionKernelCommandLine=|snapd_recovery_mode
     7  
     8  [Service]
     9  Type=oneshot
    10  ExecStart=@libexecdir@/snapd/snap-repair run
    11  EnvironmentFile=-@SNAPD_ENVIRONMENT_FILE@
    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