D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
puma-3.8.2
/
bin
/
Filename :
pumactl
back
Copy
#!/usr/bin/env ruby require 'puma/control_cli' cli = Puma::ControlCLI.new ARGV.dup begin cli.run rescue => e STDERR.puts e.message exit 1 end