|
From: <ste...@ce...> - 2004-11-24 16:19:30
|
I have problem with the pid file : in sh.script.in i have PIDDIR=".", the 'start ' command seems to place pidfile in the right location. but when i try to launch a 'stop' command the script tell me that the daemon isn't running . I also echo some variable and the $PIDFILE is : "./MYAPPNAME.pid" so i don't understand why the line : "if [ -f $PIDFILE ]" is not true I don't know if i'm understandable but i suspect there a problem with the sh.script.in and the wrapper.working.dir. any hints are welcome Thanks |