Changes between Version 2 and Version 3 of ProjectDaemons
- Timestamp:
- Jul 16, 2007, 4:40:49 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectDaemons
v2 v3 17 17 18 18 '''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. 20 20 '''host''':: 21 21 Specifies the host on which the daemon should run. The default is the project's main host, as specified in config.xml. 22 22 '''disabled''':: 23 If nonzero, ignore this entry23 If set to 1, ignore this daemon. Note that <disabled/> won't work; you must specify a number. 24 24 '''output''':: 25 Name of output file (in the log_HOSTNAMEdirectory). 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. 26 26 '''pid_file''':: 27 Name of file used to store the process ID (in the pid_HOSTNAMEdirectory). 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. 28 28 29 29 Daemons are started when you run the [StartTool bin/start] script, and killed (by a SIGHUP signal) when you run [StartTool bin/stop].