diff options
-rw-r--r-- | src/main.rs | 2 |
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(); } |