kevin79
01-02-2002, 03:55 PM
I want to start a program at startup, but I need to do some special commands.
I need to run ./rs which is in the /var/www/html directory. But I want it to run in the background so I need to this command:^Z, bg
How do I do this?
From the readme:
If you want to run server in background either use screen program, or
after running server issue "quit" command in the ServerShell and then
suspend it (^Z, bg)
I need to run ./rs which is in the /var/www/html directory. But I want it to run in the background so I need to this command:^Z, bg
How do I do this?
From the readme:
If you want to run server in background either use screen program, or
after running server issue "quit" command in the ServerShell and then
suspend it (^Z, bg)