Skip to content

Commit

Permalink
[cli] allow to start without master process
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz committed Nov 8, 2017
1 parent cb56dbf commit d01590d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apicast/src/apicast/cli/start.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local min = math.min
local max = math.max
local insert = table.insert
local concat = table.concat
local tostring = tostring

local exec = require('resty.execvp')
local resty_env = require('resty.env')
Expand Down

0 comments on commit d01590d

Please sign in to comment.