mirror of
https://github.com/Snigdha-OS/snigdhaos-system-installation.git
synced 2025-09-21 22:04:55 +02:00
12 lines
206 B
Desktop File
12 lines
206 B
Desktop File
[Unit]
|
|
Description=Initializes Pacman keyring
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/pacman-key --init
|
|
ExecStart=/usr/bin/pacman-key --populate
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|