github.com/ethanhsieh/snapd@v0.0.0-20210615102523-3db9b8e4edc5/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  ConditionKernelCommandLine=|snapd_recovery_mode
     6  
     7  [Timer]
     8  OnCalendar=*-*-* 5,11,17,23:00
     9  RandomizedDelaySec=2h
    10  AccuracySec=10min
    11  Persistent=true
    12  OnStartupSec=15m
    13  
    14  [Install]
    15  WantedBy=timers.target