Changes between Version 3 and Version 4 of ProjectDaemons


Ignore:
Timestamp:
Jun 3, 2014, 4:40:53 AM (10 years ago)
Author:
Christian Beer
Comment:

added silent_start config option

Legend:

Unmodified
Added
Removed
Modified
  • ProjectDaemons

    v3 v4  
    88  [ <host>host.domain.name</host> ]
    99  [ <disabled> 0|1 </disabled> ]
     10  [ <silent_start> 0|1 </silent_start> ]
    1011  [ <output>filename</output> ]
    1112  [ <pid_file>filename</pid_file> ]
     
    2223 '''disabled'''::
    2324        If set to 1, ignore this daemon. Note that <disabled/> won't work; you must specify a number.
     25 '''silent_start'''::
     26        If set to 1, don't print a message at project startup about this daemon. Note that <silent_start/> won't work; you must specify a number.
    2427 '''output'''::
    2528        Name of output file (in the `log_HOSTNAME` directory). Defaults to the program name followed by '.log'. If you're running multiple instances of a daemon on one host, you must specify this.