index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2022-08-07 15:59:52 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2022-09-01 09:41:00 +0300 |
commit | ced3d3ffa384600012618612c98476a231f5fb89 (patch) | |
tree | fb9d4420dc83719338e37e21cd9b01f9ae137422 /configs | |
parent | 674f0041703a3ff0dea652436274e1634196e663 (diff) |
-rw-r--r-- | configs/releng/airootfs/etc/systemd/system/pacman-init.service | 2 |
diff --git a/configs/releng/airootfs/etc/systemd/system/pacman-init.service b/configs/releng/airootfs/etc/systemd/system/pacman-init.service index b18f7f8..9ad2e69 100644 --- a/configs/releng/airootfs/etc/systemd/system/pacman-init.service +++ b/configs/releng/airootfs/etc/systemd/system/pacman-init.service @@ -2,6 +2,8 @@ Description=Initializes Pacman keyring Requires=etc-pacman.d-gnupg.mount After=etc-pacman.d-gnupg.mount +BindsTo=etc-pacman.d-gnupg.mount +Before=archlinux-keyring-wkd-sync.service [Service] Type=oneshot |