diff --git a/src/core/shm.lua b/src/core/shm.lua index 64f34cb5eb..77b5a93917 100644 --- a/src/core/shm.lua +++ b/src/core/shm.lua @@ -70,7 +70,7 @@ local S = require("syscall") local const = require("syscall.linux.constants") -- Root directory where the object tree is created. -root = os.getenv("SNABB_SHM_ROOT") or "/var/run/snabb" +root = "/var/run/snabb" path = "" -- Table (address->size) of all currently mapped objects.