Add initial files.

This commit is contained in:
2018-10-08 17:42:01 +05:30
parent c4ca4f1cdb
commit 63f63080f6
42 changed files with 826 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Initializes Pacman keyring
Wants=haveged.service
After=haveged.service
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 archlinux
[Install]
WantedBy=multi-user.target