Skip to content

Commit

Permalink
Closes #291
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Jun 3, 2015
1 parent 2a88978 commit e22f6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/cli/utils/signal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function _M.send_signal(args_config, signal)
stop_dnsmasq(kong_config)
check_port(kong_config.dnsmasq_port)
start_dnsmasq(kong_config)
elseif signal == STOP then
elseif signal == STOP or signal == QUIT then
stop_dnsmasq(kong_config)
end

Expand Down

0 comments on commit e22f6be

Please sign in to comment.