From 557fe67881c83e5ca38d759b4e1e3b9f667f4f95 Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Sun, 14 Oct 2012 15:22:54 -0300 Subject: Import Parabola keyring with pacman-init service --- configs/releng/root-image/etc/systemd/system/pacman-init.service | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/releng/root-image/etc/systemd/system/pacman-init.service b/configs/releng/root-image/etc/systemd/system/pacman-init.service index 23b8144..3414ebc 100644 --- a/configs/releng/root-image/etc/systemd/system/pacman-init.service +++ b/configs/releng/root-image/etc/systemd/system/pacman-init.service @@ -10,6 +10,7 @@ Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/pacman-key --init ExecStart=/usr/bin/pacman-key --populate archlinux +ExecStart=/usr/bin/pacman-key --populate parabola [Install] WantedBy=multi-user.target -- cgit v1.2.2