Changes between Version 1 and Version 2 of ProjectDaemons


Ignore:
Timestamp:
May 3, 2007, 2:52:07 PM (17 years ago)
Author:
Simek
Comment:

little visual correct

Legend:

Unmodified
Added
Removed
Modified
  • ProjectDaemons

    v1 v2  
    1616}}}
    1717
    18  cmd::
     18 '''cmd'''::
    1919        The command used to start the daemon. Must be a program in the project's bin/ directory.
    20  host::
     20 '''host'''::
    2121        Specifies the host on which the daemon should run. The default is the project's main host, as specified in config.xml.
    22  disabled::
     22 '''disabled'''::
    2323        If nonzero, ignore this entry
    24  output::
     24 '''output'''::
    2525        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.
    26  pid_file::
     26 '''pid_file'''::
    2727        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