mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-16 08:12:32 +01:00
14 lines
271 B
Desktop File
14 lines
271 B
Desktop File
[Unit]
|
|
Description=Initializes Pacman keyring
|
|
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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|