Hello,
I want to be able to stop the screen or if there is any other better ways to run.
I am creating a startup start / shutdown for my css server so this would be the startup.
#!/bin/sh
echo "Starting CS:Source Server 1"
sleep 1
screen -A -m -d -S css-server1 ./srcds_run -console -game cstrike +map de_dust +maxplayers 24 -autoupdate -ip 217.***.85.30 -port 27015
But what would the command be to shutdown?
Thanks
I want to be able to stop the screen or if there is any other better ways to run.
I am creating a startup start / shutdown for my css server so this would be the startup.
#!/bin/sh
echo "Starting CS:Source Server 1"
sleep 1
screen -A -m -d -S css-server1 ./srcds_run -console -game cstrike +map de_dust +maxplayers 24 -autoupdate -ip 217.***.85.30 -port 27015
But what would the command be to shutdown?
Thanks