🧹 chore: it is an untouched file

This commit is contained in:
eshanized
2024-12-31 12:53:31 +05:30
parent e52cdbda07
commit 73ef215a88
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