[configs/releng] Add pacman-init.service
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
340ebed280
commit
dd032a2e72
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Initializes Pacman keyring
|
||||
Wants=haveged.service
|
||||
After=haveged.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/pacman-key --init
|
||||
ExecStart=/usr/bin/pacman-key --populate archlinux
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -0,0 +1,2 @@
|
||||
d /run/pacman.d/gnupg - - - - -
|
||||
L /etc/pacman.d/gnupg - - - - /run/pacman.d/gnupg
|
Loading…
Reference in New Issue
Block a user