Skip to main content

lab_ops_lab_lib/
consts.rs

1//! Shared constants for the lab-ops workspace.
2
3/// Default path to the natmap daemon Unix socket.
4pub const NATMAP_SOCKET: &str = "/run/natmap.sock";
5
6pub const LABOPS_BIN: &str = "/usr/local/bin/lab-ops";