Znaleziono 1 wynik

autor: Rixer
06 listopada 2010, 15:03
Forum: Programowanie
Temat: autostart HLDS
Odpowiedzi: 0
Odsłony: 966

autostart HLDS

Witam.
Mam problem z autostartem poleceń:
cd /root/hlds

i:
cd /root/hlds
screen -A -m -d ./hlds_run -autoupdate -game cstrike +maxplayers 6 +map de_dust2
Próbowałem polecenia dopisać do rc.local ale serwer CS nie wystartował
Potem napisałem sobie skrypt hlds_run.sh
#!/bin/bash
### BEGIN INIT ...