Author Login
Post Reply
Hi,
I'm trying to create an initscript for a specific program, but found
out the program doesn't have any option to stay in the background. I
thought there was such an option for the daemon function used in
initscripts, but it seems it doesn't exist. So I tried to put a "&" at
the end the program's name in the script without much success.
Has any of you already created such an initscript (with a program non
forking into the background) ? what did you you do in this case ?
Vincent