1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Add -R to specify the restart command

This commit is contained in:
Evan Phoenix 2013-02-05 16:47:09 -08:00
parent eddb9e2adf
commit cd7b2127dc

View file

@ -226,7 +226,7 @@ module Puma
@options[:quiet] = true
end
o.on "--restart-cmd CMD",
o.on "-R", "--restart-cmd CMD",
"The puma command to run during a hot restart",
"Default: inferred" do |cmd|
@options[:restart_cmd] = cmd