Files
archaaru/archdic-x86/airootfs/etc/systemd/system/pacman-init.service

17 lines
378 B
SYSTEMD
Raw Normal View History

2019-10-26 12:04:36 +01:00
[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 archlinux32
[Install]
WantedBy=multi-user.target