/lib/systemd/system/snapd.snap-repair.timer is in snapd 2.32.5+18.04.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [Unit]
Description=Timer to automatically fetch and run repair assertions
# don't run on classic
ConditionKernelCommandLine=snap_core
[Timer]
OnCalendar=*-*-* 5,11,17,23:00
RandomizedDelaySec=2h
AccuracySec=10min
Persistent=true
OnStartupSec=15m
[Install]
WantedBy=timers.target
|