Changes between Version 1 and Version 2 of ProjectDaemons
- Timestamp:
- May 3, 2007, 2:52:07 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectDaemons
v1 v2 16 16 }}} 17 17 18 cmd::18 '''cmd''':: 19 19 The command used to start the daemon. Must be a program in the project's bin/ directory. 20 host::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 disabled::22 '''disabled''':: 23 23 If nonzero, ignore this entry 24 output::24 '''output''':: 25 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 pid_file::26 '''pid_file''':: 27 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