snapd.snap-repair.timer 373 B

12345678910111213141516
  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. [Timer]
  8. OnCalendar=*-*-* 5,11,17,23:00
  9. RandomizedDelaySec=2h
  10. AccuracySec=10min
  11. Persistent=true
  12. OnStartupSec=15m
  13. [Install]
  14. WantedBy=timers.target