changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > box / airootfs/etc/systemd/system/pacman-init.service

changeset 2: 2fafbe22bd34
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 31 May 2024 17:30:09 -0400
permissions: -rw-r--r--
description: init releng
1 [Unit]
2 Description=Initializes Pacman keyring
3 Requires=etc-pacman.d-gnupg.mount
4 After=etc-pacman.d-gnupg.mount time-sync.target
5 BindsTo=etc-pacman.d-gnupg.mount
6 Before=archlinux-keyring-wkd-sync.service
7 
8 [Service]
9 Type=oneshot
10 RemainAfterExit=yes
11 ExecStart=/usr/bin/pacman-key --init
12 ExecStart=/usr/bin/pacman-key --populate
13 
14 [Install]
15 WantedBy=multi-user.target