2021-01-26 13:21:38 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Initializes Pacman keyring
|
2022-09-26 09:39:06 +02:00
|
|
|
Requires=etc-pacman.d-gnupg.mount
|
|
|
|
After=etc-pacman.d-gnupg.mount time-sync.target
|
|
|
|
BindsTo=etc-pacman.d-gnupg.mount
|
|
|
|
Before=archlinux-keyring-wkd-sync.service
|
2021-01-26 13:21:38 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/usr/bin/pacman-key --init
|
2021-07-14 07:00:14 +02:00
|
|
|
ExecStart=/usr/bin/pacman-key --populate
|
2021-01-26 13:21:38 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|