12 lines
193 B
SYSTEMD
12 lines
193 B
SYSTEMD
[Unit]
|
|
Description=Refresh fwupd metadata regularly
|
|
ConditionVirtualization=!container
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* *:00:00
|
|
RandomizedDelaySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|