Process controll utility for haconiwa
- add conf.gem line to
build_config.rb
MRuby::Build.new do |conf|
conf.gem :github => 'haconiwa/mruby-procutil'
end
- Calls
sethostname(2)
.
Procutil.sethostname('example.haconiwa.io')
#=> 'example.haconiwa.io'
under the MIT License:
- see LICENSE file