github.com/chipaca/snappy@v0.0.0-20210104084008-1f06296fe8ad/data/systemd/snapd.snap-repair.timer (about)

     1  [Unit]
     2  Description=Timer to automatically fetch and run repair assertions
     3  # don't run on classic
     4  ConditionKernelCommandLine=|snap_core
     5  # TODO:UC20: only enable this in run mode?
     6  ConditionKernelCommandLine=|snapd_recovery_mode
     7  
     8  [Timer]
     9  OnCalendar=*-*-* 5,11,17,23:00
    10  RandomizedDelaySec=2h
    11  AccuracySec=10min
    12  Persistent=true
    13  OnStartupSec=15m
    14  
    15  [Install]
    16  WantedBy=timers.target