Skip to content

Commit

Permalink
updates for eli 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Dec 30, 2024
1 parent 9e20a5d commit 8f97f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ascend/services.lua
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ local function start_module(module, options)
stdin = "ignore",
output = output,
},
createProcessGroup = true,
create_process_group = true,
username = module.definition.user
}) --[[@as EliProcess]]
if needsDirChange then
Expand Down

0 comments on commit 8f97f0f

Please sign in to comment.