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

[Unit]
Description=Initializes Pacman keyring
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

[Install]
WantedBy=multi-user.target