class CLISplash::WebAdmin
Thor inherited class for Processes
management
Public Instance Methods
start()
click to toggle source
# File lib/splash/cli/webadmin.rb, line 39 def start acase = run_as_root :startweb splash_exit acase end
status()
click to toggle source
# File lib/splash/cli/webadmin.rb, line 23 def status acase = run_as_root :statusweb, options splash_exit acase end
stop()
click to toggle source
# File lib/splash/cli/webadmin.rb, line 16 def stop acase = run_as_root :stopweb, options splash_exit acase end