mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-25 04:44:37 +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
|