summaryrefslogtreecommitdiff
path: root/configs/releng/root-image/etc/systemd/system/pacman-init.service
blob: 2154476d1feedaef5ae89961476eb63055ce93fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Initializes Pacman keyring
Wants=haveged.service
After=haveged.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/pacman-key --init
ExecStart=/usr/bin/pacman-key --populate archlinux

[Install]
WantedBy=multi-user.target