Files
archaaru/archdic-x86/airootfs/etc/systemd/system/pacman-init.service
2019-10-26 12:04:36 +01:00

17 lines
378 B
Desktop File

[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