chiark / gitweb /
analyze: add plotter
[elogind.git] / src / readahead-replay.c
index 3984c36c3e4dfdb2deab50d0efbcc06049de99d3..fee2171dd20114763d27943bbd8180ef07c71a5d 100644 (file)
@@ -192,7 +192,7 @@ static int replay(const char *root) {
 
         log_debug("Replaying...");
 
-        if (access("/dev/.run/systemd/readahead/noreplay", F_OK) >= 0) {
+        if (access("/run/systemd/readahead/noreplay", F_OK) >= 0) {
                 log_debug("Got termination request");
                 goto done;
         }