kimberly-build/archiso/airootfs/etc/systemd/system/pacman-init.service
2021-04-02 15:38:05 +02:00

19 lines
430 B
Desktop File

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