kazu 2018-10-22 12:21:19 +00:00
Родитель 483dcef8fb
Коммит f289e3994b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,9 @@ class DRbService
@@ruby << "-d" if $DEBUG
def self.add_service_command(nm)
dir = File.dirname(File.expand_path(__FILE__))
if /ssl/ =~ nm && RUBY_PLATFORM =~ /solaris/i
@@ruby[1..-1] = "-dv"
end
DRb::ExtServManager.command[nm] = @@ruby + ["#{dir}/#{nm}"]
end