kimberly-build/archiso/airootfs/etc/systemd/system/pacman-init.service

21 lines
474 B
SYSTEMD
Raw Normal View History

2021-01-26 13:21:38 +01:00
#
# 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
2021-01-26 14:43:39 +01:00
ExecStart=/usr/bin/pacman-key --populate archlinux
2021-02-08 20:25:22 +01:00
#ExecStart=/usr/bin/pacman-key --populate arcolinux
#ExecStart=/usr/bin/pacman-key --populate chaotic
2021-01-26 13:21:38 +01:00
[Install]
WantedBy=multi-user.target