about summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 33ca57dddbbe..0f1f11ddda79 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -124,7 +124,7 @@ lazy_static! {
     /// Path to the file in which journaldriver should persist its
     /// cursor state.
     static ref POSITION_FILE: PathBuf = env::var("CURSOR_POSITION_FILE")
-        .unwrap_or("/var/journaldriver/cursor.pos".into())
+        .unwrap_or("/var/lib/journaldriver/cursor.pos".into())
         .into();
 }