Цитата(Shur1k_ua @ 22.11.2014, 2:36)

/etc/rc.d/rc.local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
cd /папка_с_игрой
screen -AmdS cs ./hlds_run -game cstrike +ip 1.2.3.4 +map de_dust2_2x2 +port 27015 +sv_lan 0 -maxplayers 32 -pingboost 2 +sys_ticrate 1300 -debug -condebug
как то так))
а если я использую скрипт для запуска и перезапуска то как в етом случае быть?