Page 1 of 1

Del serveriu auto paleidimo

Posted: 2016 Feb 08 02:06
by Step
sveiki, noriu kad serveriai pasileistu po vps'o perkrovimo, i rc.local irasiau :

cd /root/hlds
./start

viskas ok jis pasileidzia, bet pas mane stovi tarkim 3 serveriai, irasiau taip:
cd /root/hlds
./start

cd /
cd /root/hlds2
./start

cd /
cd /root/hlds3
./start

ir pasileidzia tik pirmas, prasau pagalbos :) kas zino manau smulkmenos truksta ..

Re: Del serveriu auto paleidimo

Posted: 2016 Feb 08 03:01
by Terror
Va kai turetu but :D

Code: Select all

#!/bin/sh -e## rc.local## This script is executed at the end of each multiuser runlevel.# Make sure that the script will "exit 0" on success or any other# value on error.## In order to enable or disable this script just change the execution# bits.## By default this script does nothing.cd /counter/hlds && ./start &cd /root/break && ./start &cd /root/shop && ./start &cd /root/townmod && ./start &# By Mastercd /counter/ms062a3_linux32 && ./start_ms_screen.sh &cd /counter/ms062a3_linux32 && ./mslauncher &exit 0

Re: Del serveriu auto paleidimo

Posted: 2016 Feb 08 19:13
by Step
Ačiū! Puikiai veikia. +karma