mirror of
https://github.com/aaru-dps/archaaru.git
synced 2025-12-16 19:24:37 +00:00
17 lines
378 B
Desktop File
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
|