From 0a9e2b22eadabcbde3e6dbdecc1b86687b66c668 Mon Sep 17 00:00:00 2001 From: dr460nf1r3 Date: Tue, 6 Apr 2021 18:52:13 +0200 Subject: [PATCH] Also remove the services --- etc/systemd/system/etc-pacman.d-gnupg.mount | 8 -------- etc/systemd/system/pacman-init.service | 16 ---------------- 2 files changed, 24 deletions(-) delete mode 100644 etc/systemd/system/etc-pacman.d-gnupg.mount delete mode 100644 etc/systemd/system/pacman-init.service diff --git a/etc/systemd/system/etc-pacman.d-gnupg.mount b/etc/systemd/system/etc-pacman.d-gnupg.mount deleted file mode 100644 index 4eab551..0000000 --- a/etc/systemd/system/etc-pacman.d-gnupg.mount +++ /dev/null @@ -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 diff --git a/etc/systemd/system/pacman-init.service b/etc/systemd/system/pacman-init.service deleted file mode 100644 index f21c1cb..0000000 --- a/etc/systemd/system/pacman-init.service +++ /dev/null @@ -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