aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2017-09-22 01:04:27 +0200
committerGravatar Christian Hesse <mail@eworm.de>2017-09-22 01:04:27 +0200
commit4234b0696c68e20f9b9b3e0254058176069833a7 (patch)
treecc9959c2a4d18b61e90a0f20ed17be3a6a217c7e
parentf212c9ef2c9479824308b3a5378e508d13020b46 (diff)
downloadpacman-offline-4234b0696c68e20f9b9b3e0254058176069833a7.tar.gz
pacman-offline-4234b0696c68e20f9b9b3e0254058176069833a7.tar.zst
check for symbolic link, not just existence
-rw-r--r--systemd/pacman-offline.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/pacman-offline.service b/systemd/pacman-offline.service
index 3b698a3..01ce462 100644
--- a/systemd/pacman-offline.service
+++ b/systemd/pacman-offline.service
@@ -1,6 +1,6 @@
[Unit]
Description=Offline system update with pacman
-ConditionPathExists=/system-update
+ConditionPathIsSymbolicLink=/system-update
DefaultDependencies=false
Requires=sysinit.target dbus.socket
After=sysinit.target dbus.socket