[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
2 changed files with 15 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue