View Single Post
Old 11-25-2006, 05:23 PM   #20
design256
Connoisseur
design256 doesn't litterdesign256 doesn't litter
 
Posts: 78
Karma: 103
Join Date: Aug 2006
Location: Ipswich, UK
Device: Irex Iliad
Quote:
Originally Posted by narve
I've already made a launcher (i.e. a manifest file and an icon I found with google image search). Let me know if you want me to post it.

But I've run into some problems: It seems that the watchdog is terminated. If I start a shell and use that to start watchdog, ps -fe | grep dog shows me it is running. When I terminate the shell, starts a new shell and lists processes, it is not running anymore. Will investigate further tonight, perhaps nohup will work, just gotta get some sleep first:-)
hmmm. I'm not in my office so I can't check tonight. Can you try

Code:
disown %1
after you'ver started the watchdog. It's possible it's being held by the shell jobcontrol.
design256 is offline   Reply With Quote