github.com/meulengracht/snapd@v0.0.0-20210719210640-8bde69bcc84e/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