|
From: Andrew <li...@se...> - 2005-02-15 18:00:51
|
I have written and configured my scripts to run my java application and I would like to install it as a daemon on solaris. I can start it using <Script_Name> console and it works fine. But when I try to su to root, then do <Script_Name> start it complains that it can't find the wrapper executible. I thought that the script was supposed to be relative to where your script lives. It doesn't seem to be though. Do i need to do anything else to make it when when trying to run it as root? Thanks |