OSDN Git Service

Customize boot option
[boonux/boonux.git] / airootfs / etc / systemd / system / pacman-init.service
1 [Unit]
2 Description=Initializes Pacman keyring
3 Wants=haveged.service
4 After=haveged.service
5 Requires=etc-pacman.d-gnupg.mount
6 After=etc-pacman.d-gnupg.mount
7
8 [Service]
9 Type=oneshot
10 RemainAfterExit=yes
11 ExecStart=/usr/bin/pacman-key --init
12 ExecStart=/usr/bin/pacman-key --populate archlinux
13
14 [Install]
15 WantedBy=multi-user.target