summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/etc/systemd/system/pacman-init.service
blob: 5d90af9b82a15afe0ab1ef9a566da6e65c493070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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
RemainAfterExit=yes
ExecStart=/usr/bin/pacman-key --init
ExecStart=/usr/bin/pacman-key --populate archlinux
ExecStart=/usr/bin/pacman-key --populate archlinux32
ExecStart=/usr/bin/pacman-key --populate parabola

[Install]
WantedBy=multi-user.target