Skip to content

Commit 3bdbdc4

Browse files
authored
Make the Omicron configuration more durable (#952)
Update the path from `/var/tmp/oxide` to `/var/oxide`. The install / uninstall tools are automatically handling cleaning out this directory, so it's safe to use a longer-lived directory.
1 parent d859aac commit 3bdbdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ macro_rules! generate_logging_api {
5252
///
5353
/// NOTE: Be careful when modifying this path - the installation tools will
5454
/// **remove the entire directory** to re-install/uninstall the system.
55-
pub const OMICRON_CONFIG_PATH: &'static str = "/var/tmp/oxide";
55+
pub const OMICRON_CONFIG_PATH: &'static str = "/var/oxide";

0 commit comments

Comments
 (0)