Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 548 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 548 Bytes

mruby-procutil Build Status

Process controll utility for haconiwa

install by mrbgems

  • add conf.gem line to build_config.rb
MRuby::Build.new do |conf|
  conf.gem :github => 'haconiwa/mruby-procutil'
end

APIs

Procutil.sethostname

  • Calls sethostname(2).
Procutil.sethostname('example.haconiwa.io')
#=> 'example.haconiwa.io'

License

under the MIT License:

  • see LICENSE file