Also remove the services

This commit is contained in:
dr460nf1r3 2021-04-06 18:52:13 +02:00
parent ced1c7c5bb
commit 0a9e2b22ea
No known key found for this signature in database
GPG Key ID: BE75B9D9767036C2
2 changed files with 0 additions and 24 deletions

View File

@ -1,8 +0,0 @@
[Unit]
Description=Temporary /etc/pacman.d/gnupg directory
[Mount]
What=tmpfs
Where=/etc/pacman.d/gnupg
Type=tmpfs
Options=mode=0755

View File

@ -1,16 +0,0 @@
[Unit]
Description=Initializes Pacman keyring
Wants=haveged.service
After=haveged.service
Requires=etc-pacman.d-gnupg.mount
After=etc-pacman.d-gnupg.mount
[Service]
Type=oneshot
ExecStart=/usr/bin/pacman-key --init
ExecStart=/usr/bin/pacman-key --populate chaotic
ExecStart=/usr/bin/pacman-key --populate archlinux
ExecStart=/usr/bin/pacman-key --populate blackarch
[Install]
WantedBy=multi-user.target