github.com/rigado/snapd@v2.42.5-go-mod+incompatible/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  
     6  [Timer]
     7  OnCalendar=*-*-* 5,11,17,23:00
     8  RandomizedDelaySec=2h
     9  AccuracySec=10min
    10  Persistent=true
    11  OnStartupSec=15m
    12  
    13  [Install]
    14  WantedBy=timers.target