OSDN Git Service

Update to 2020.12.04
[rebornos/cnchi-gnome-osdn.git] / pacman-init.service
1 [Unit]
2 Description=Initializes Pacman keyring
3 Wants=haveged.service
4 After=haveged.service etc-pacman.d-gnupg.mount network.target 
5 Requires=etc-pacman.d-gnupg.mount network.target
6
7 [Service]
8 Type=oneshot
9 RemainAfterExit=yes
10 ExecStart=/usr/bin/pacman-key --init
11 ExecStart=/usr/bin/pacman-key --populate archlinux rebornos
12
13 [Install]
14 WantedBy=multi-user.target