diff options
| author | David Runge <dvzrv@archlinux.org> | 2022-09-25 15:39:28 +0200 |
|---|---|---|
| committer | David Runge <dvzrv@archlinux.org> | 2022-09-25 15:39:28 +0200 |
| commit | 3f55c95613ac55f765d1767c2878043a67e803f6 (patch) | |
| tree | 52bf6b017fc6eb92da44c5504c347a82011aedae /configs/releng/airootfs/etc/systemd | |
| parent | 69b22dc41f8b367fa2d49af6331699bb2dcda4f8 (diff) | |
| download | archiso-3f55c95613ac55f765d1767c2878043a67e803f6.tar.gz archiso-3f55c95613ac55f765d1767c2878043a67e803f6.tar.bz2 | |
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.
Diffstat (limited to 'configs/releng/airootfs/etc/systemd')
| -rw-r--r-- | configs/releng/airootfs/etc/systemd/system/pacman-init.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/airootfs/etc/systemd/system/pacman-init.service b/configs/releng/airootfs/etc/systemd/system/pacman-init.service index 9ad2e69..b824884 100644 --- a/configs/releng/airootfs/etc/systemd/system/pacman-init.service +++ b/configs/releng/airootfs/etc/systemd/system/pacman-init.service @@ -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 |
