03-05-2007, 01:20 AM
I have a linux server, and the css server runs on it.
I made a script called start.sh
If I don't include the "screen -A -m -d -S css-server" part it runs fine. But when I try to use the screen command I get this.
How am I suppose to use the screen command? I'm using CentOS 4.
Also, what's the command to stop my server process? lol
I made a script called start.sh
Code:
screen -A -m -d -S css-server ./srcds_run -console -game cstrike +map de_aztec +maxplayers 16 -ip 216.32.70.147 -port 27015 -autoupdate
If I don't include the "screen -A -m -d -S css-server" part it runs fine. But when I try to use the screen command I get this.
Code:
./start.sh: line 1: screen: command not found
How am I suppose to use the screen command? I'm using CentOS 4.
Also, what's the command to stop my server process? lol