12-10-2009, 02:09 AM
can i start srcds server with screen and LD_PRELOAD=/usr/share/hl-booster/boost.so ??
#!/bin/sh
echo "Starting Cs:Source Server"
sleep 1
screen -A -m -d -S css LD_PRELOAD=/usr/share/hl-booster/boost.so ./srcds_run -game cstrike +ip <server ip> +port 2701 -secure +map de_dust2 -tickrate 66 +fps_max 0 +maxplayers 26
server is not starting with this command
#!/bin/sh
echo "Starting Cs:Source Server"
sleep 1
screen -A -m -d -S css LD_PRELOAD=/usr/share/hl-booster/boost.so ./srcds_run -game cstrike +ip <server ip> +port 2701 -secure +map de_dust2 -tickrate 66 +fps_max 0 +maxplayers 26
server is not starting with this command