kimberly-build/airootfs/etc/systemd/system/pacman-init.service
2021-01-26 13:21:38 +01:00

20 lines
437 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 carli
ExecStart=/usr/bin/pacman-key --lsign-key 4030B8368D944C9C
[Install]
WantedBy=multi-user.target