kimberly-build/archiso/airootfs/etc/systemd/system/pacman-init.service
2021-02-08 20:25:22 +01:00

21 lines
474 B
Desktop File

#
# 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 archlinux
#ExecStart=/usr/bin/pacman-key --populate arcolinux
#ExecStart=/usr/bin/pacman-key --populate chaotic
[Install]
WantedBy=multi-user.target