diff options
Diffstat (limited to 'systemd/pacman-offline-prepare.service')
-rw-r--r-- | systemd/pacman-offline-prepare.service | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/systemd/pacman-offline-prepare.service b/systemd/pacman-offline-prepare.service index c585d3b..deb746b 100644 --- a/systemd/pacman-offline-prepare.service +++ b/systemd/pacman-offline-prepare.service @@ -7,8 +7,11 @@ [Unit] Description=Prepare pacman offline system-update -Documentation=https://git.eworm.de/cgit/pacman-offline/about/ +Documentation=https://pacman-offline.eworm.de/ ConditionPathExists=!/var/lib/pacman/db.lck +# Synchronizing databases needs network, see https://systemd.io/NETWORK_ONLINE/ +After=network-online.target +Wants=network-online.target [Service] Type=oneshot |