Class Crono::Config
In: lib/crono/config.rb
Parent: Object

Crono::Config stores Crono configuration

Methods

new   pidfile   pidfile=  

Constants

CRONOTAB = 'config/cronotab.rb'
LOGFILE = 'log/crono.log'
PIDFILE = 'tmp/pids/crono.pid'
PIDDIR = 'tmp/pids'
PROCESS_NAME = 'crono'

Attributes

cronotab  [RW] 
daemonize  [RW] 
deprecated_daemonize  [RW] 
environment  [RW] 
logfile  [RW] 
monitor  [RW] 
piddir  [RW] 
pidfile  [RW] 
process_name  [RW] 

Public Class methods

Public Instance methods

[Validate]