summaryrefslogtreecommitdiff
path: root/configs/talkingparabola/airootfs/etc/systemd/system/pacman-init.service
blob: 6e9b84dc4cac1eb536f31afffd19fbe4a34e365e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# SPDX-License-Identifier: GPL-3.0-or-later

[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 parabola archlinux archlinux32

[Install]
WantedBy=multi-user.target