Method: Cognizant::Process::Attributes#pidfile
- Defined in:
- lib/cognizant/process/attributes.rb
#pidfile ⇒ String
The pid lock file for the process. Required when daemonize is set to false.
41 42 43 |
# File 'lib/cognizant/process/attributes.rb', line 41 def pidfile @pidfile end |