chiark / gitweb /
gnome-ask-password-agent: fix path to watch
[elogind.git] / src / readahead-replay.c
index 3bea9295fc6795a2e4896388ba164424a9a94338..d2de7ef2887b67620bc9cafc42838929e51bfd13 100644 (file)
@@ -192,7 +192,7 @@ static int replay(const char *root) {
 
         log_debug("Replaying...");
 
-        if (access("/dev/.systemd/readahead/noreplay", F_OK) >= 0) {
+        if (access("/dev/.run/systemd/readahead/noreplay", F_OK) >= 0) {
                 log_debug("Got termination request");
                 goto done;
         }