00a1e8e7d2
configs/releng/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright.
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
|