diff options
author | Esteban Carnevale <alfplayer@mailoo.org> | 2012-10-14 15:22:54 -0300 |
---|---|---|
committer | Esteban Carnevale <alfplayer@mailoo.org> | 2012-10-14 15:22:54 -0300 |
commit | 557fe67881c83e5ca38d759b4e1e3b9f667f4f95 (patch) | |
tree | 230fb9d2bf316231fe164080df7c7acac2ae5a58 /configs/releng/root-image/etc/systemd/system | |
parent | e5edfc111b1e9fc5ec65696245e6cbd96b2af1e4 (diff) |
Import Parabola keyring with pacman-init service
Diffstat (limited to 'configs/releng/root-image/etc/systemd/system')
-rw-r--r-- | configs/releng/root-image/etc/systemd/system/pacman-init.service | 1 |
1 files changed, 1 insertions, 0 deletions
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 |