ad8698e96c
wkd_sync/archlinux-keyring-wkd-sync.timer: Add timer which triggers archlinux-keyring-wkd-sync.service to persistently refresh existing PGP keys of archlinux-keyring weekly with up to 12h of randomized delay.
11 lines
176 B
SYSTEMD
11 lines
176 B
SYSTEMD
[Unit]
|
|
Description=Refresh existing PGP keys of archlinux-keyring regularly
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
Persistent=true
|
|
RandomizedDelaySec=12h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|