diff --git a/common/polkit-parsing.sh b/common/polkit-parsing.sh
index 49e96a9e58ac5bf6bbe9795501d925a72e4cc186..a32ef6af7ae43ec0c89e805cb34f3ec300147bae 100755
--- a/common/polkit-parsing.sh
+++ b/common/polkit-parsing.sh
@@ -37,7 +37,7 @@ fi
 ( set +e; sudo ${polkitd} --replace 2>&1 ) | sed 's/^/# /' | tee $TMPFILE &
 
 # Wait for it to start.
-gdbus wait --address unix:path=/var/run/dbus/system_bus_socket \
+gdbus wait --address unix:path=/run/dbus/system_bus_socket \
         org.freedesktop.PolicyKit1
 
 # Query for actions, which forces polkit to parse all the policy files and