Initial commit

This commit is contained in:
2021-11-06 18:07:29 +03:00
commit 48611f144c
72 changed files with 1178 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Initializes Pacman keyring
Requires=etc-pacman.d-gnupg.mount
After=etc-pacman.d-gnupg.mount
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/pacman-key --init
ExecStart=/usr/bin/pacman-key --populate
[Install]
WantedBy=multi-user.target