aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 70373cd..ca6e033 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -681,6 +681,7 @@ fn init(cfg: EinConfig, ctrl_req_rx: Receiver<CtrlRequest>) -> Result<EinState,
for (i, fd) in bind_fds.iter().enumerate() {
cmd.env(format!("EINHORN_FD_{}", i), fd.to_string());
}
+ cmd.env("EINHORN_SOCK_PATH", cfg.ctrl_path.clone());
// create timer thread
let timer = timer::Timer::new();