2012-10-03 13:52:13 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Initializes Pacman keyring
|
2012-10-05 22:24:24 +00:00
|
|
|
Requires=etc-pacman.d-gnupg.mount
|
2022-09-25 13:39:28 +00:00
|
|
|
After=etc-pacman.d-gnupg.mount time-sync.target
|
2022-08-07 12:59:52 +00:00
|
|
|
BindsTo=etc-pacman.d-gnupg.mount
|
|
|
|
Before=archlinux-keyring-wkd-sync.service
|
2012-10-03 13:52:13 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/usr/bin/pacman-key --init
|
2021-05-11 08:04:19 +00:00
|
|
|
ExecStart=/usr/bin/pacman-key --populate
|
2012-10-03 13:52:13 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|