This commit is contained in:
JMARyA 2024-12-25 18:18:10 +01:00
commit 7518fed92e
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
85 changed files with 1193 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[Unit]
Description=Initializes Pacman keyring
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
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/pacman-key --init
ExecStart=/usr/bin/pacman-key --populate
[Install]
WantedBy=multi-user.target