Method: Collectd::Interface::Config#pid_file

Defined in:
lib/collectd/interface/config.rb

#pid_file(name) ⇒ Object

Path to the PID file.



54
55
56
# File 'lib/collectd/interface/config.rb', line 54

def pid_file(name)
  File.join(self['service']['pid_path'],"#{name}.pid")
end