Method: Cognizant::Process::Attributes#pidfile

Defined in:
lib/cognizant/process/attributes.rb

#pidfileString

The pid lock file for the process. Required when daemonize is set to false.

Returns:

  • (String)

    Defaults to value of pids_dir/name.pid



41
42
43
# File 'lib/cognizant/process/attributes.rb', line 41

def pidfile
  @pidfile
end