Changes between Version 2 and Version 3 of ProjectDaemons


Ignore:
Timestamp:
Jul 16, 2007, 4:40:49 PM (17 years ago)
Author:
Nicolas
Comment:

Clarified <disabled>

Legend:

Unmodified
Added
Removed
Modified
  • ProjectDaemons

    v2 v3  
    1717
    1818 '''cmd'''::
    19         The command used to start the daemon. Must be a program in the project's bin/ directory.
     19        The command used to start the daemon. Must be a program in the project's `bin/` directory.
    2020 '''host'''::
    2121        Specifies the host on which the daemon should run. The default is the project's main host, as specified in config.xml.
    2222 '''disabled'''::
    23         If nonzero, ignore this entry
     23        If set to 1, ignore this daemon. Note that <disabled/> won't work; you must specify a number.
    2424 '''output'''::
    25         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.
     25        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.
    2626 '''pid_file'''::
    27         Name of file used to store the process ID (in the pid_HOSTNAME directory). Defaults to the program name followed by '.pid'. If you're running multiple instances of a daemon on one host, you must specify this.
     27        Name of file used to store the process ID (in the `pid_HOSTNAME` directory). Defaults to the program name followed by '.pid'. If you're running multiple instances of a daemon on one host, you must specify this.
    2828
    2929Daemons are started when you run the [StartTool bin/start] script, and killed (by a SIGHUP signal) when you run [StartTool bin/stop].