config.pid_file = "/u/apps/death_star/shared/pids/
destroy_results.pid"
config.log_path = "/u/apps/death_star/shared/log/
destroy_results.log"
Here's what I run at command line;
daemons/destroy_results/bin/destroy_results start -l /u/apps/
death_star/shared/log/destroy_results0.log --pid /u/apps/death_star/
shared/pids/destroy_results0.pid
I was under the impression that these command line arguments override
what's in DaemonKit::Initializer.run.
When I take out the config. options, the pid and log file get stored
in the destroy_results home directory.
Also, is there a way to accept command line options that I create and
place in the config/arguments.rb file from within this
DaemonKit::Initializer.run method?
Thanks guys
_____________________________________________________________
NOTICE:
This e-mail transmission, and any documents, files or previous e-mail messages attached to it is only intended for the person(s) to whom it is addressed and the information contained in this message is confidential, privileged, proprietary information, subject to copyright or constitutes a trade secret, and is the property of PMA Media Group, Inc. and its affiliated companies ("PMA")- the disclosure of which is governed by applicable law. Unless stated to the contrary, any opinions or comments are personal to the writer and do not represent the official view of the company. If you are not the addressee or authorized to receive this for the addressee, you are hereby notified that any dissemination, copying, action taken on your part in reliance upon this information by persons or entities other than the intended recipient, or distribution of this message, or files associated with this message is strictly prohibited. If you have received this message in error, please immedia!
tely notify the sender by telephone (801-705-4400) or return e-mail and delete the original transmission and its attachments without reading or saving in any manner. Any reproduction, forwarding, or copying without the expressed written permission of PMA is strictly prohibited and no remedy or privilege is waived. Messages sent to and from PMA may be monitored.
PMA does not accept responsibility for any errors or omissions that are present in this message, or any attachment, that have arisen as a result of e-mail transmission. If verification is required, please request a hard-copy version from the sender of this message.
Thank you for your cooperation.
___________________________________________________________
I can't seem to get Daemon Kit to accept the pid and log file options
on the command line. Here's what's in my environment file
config.pid_file = "/u/apps/death_star/shared/pids/
destroy_results.pid"
config.log_path = "/u/apps/death_star/shared/log/
destroy_results.log"
Here's what I run at command line;
daemons/destroy_results/bin/destroy_results start -l /u/apps/
death_star/shared/log/destroy_results0.log --pid /u/apps/death_star/
shared/pids/destroy_results0.pid
I was under the impression that these command line arguments override
what's in DaemonKit::Initializer.run.
When I take out the config. options, the pid and log file get stored
in the destroy_results home directory.
Also, is there a way to accept command line options that I create and
place in the config/arguments.rb file from within this
DaemonKit::Initializer.run method?
Thanks guys