Add timer to regularly refresh PGP keys
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.
This commit is contained in:
parent
8436229ea6
commit
ad8698e96c
10
wkd_sync/archlinux-keyring-wkd-sync.timer
Normal file
10
wkd_sync/archlinux-keyring-wkd-sync.timer
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Refresh existing PGP keys of archlinux-keyring regularly
|
||||
|
||||
[Timer]
|
||||
OnCalendar=weekly
|
||||
Persistent=true
|
||||
RandomizedDelaySec=12h
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Reference in New Issue
Block a user