D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
fluentd-ui-0.4.4
/
bin
/
Filename :
fluentd-ui
back
Copy
#!/usr/bin/env ruby require "securerandom" require "thor" dir = File.expand_path("../../", __FILE__) ENV["BUNDLE_GEMFILE"] ||= File.join(dir, "Gemfile.production") ENV["SECRET_KEY_BASE"] ||= SecureRandom.hex(64) ENV["RAILS_ENV"] ||= "production" require File.join(dir, "lib/fluentd-ui/command.rb") FluentdUI::Command.start(ARGV)