Order pacman-init.service after time-sync.target

configs/releng/airootfs/etc/systemd/system/pacman-init.service:
Order pacman-init.service after time-sync.target, so that time on the host is synchronized before initializing pacman.
This commit is contained in:
David Runge 2022-09-25 15:39:28 +02:00
parent 69b22dc41f
commit 3f55c95613
No known key found for this signature in database
GPG Key ID: 139B09DA5BF0D338

View File

@ -1,7 +1,7 @@
[Unit]
Description=Initializes Pacman keyring
Requires=etc-pacman.d-gnupg.mount
After=etc-pacman.d-gnupg.mount
After=etc-pacman.d-gnupg.mount time-sync.target
BindsTo=etc-pacman.d-gnupg.mount
Before=archlinux-keyring-wkd-sync.service