Automatyczny Start

AidisProPlayer | 2018-12-19 23:48:27 UTC | #1

Jak zrobić automatyczny start serwerów
TS - Hurtworld - Minecrafta


Infinity | 2018-02-12 12:08:22 UTC | #2

Korzystasz z LGSM np.? Czy recznie wszystko odpalasz?


AidisProPlayer | 2018-02-12 15:28:22 UTC | #3

minecraft i ts recznie hurtworld lgsm


Infinity | 2018-02-12 17:55:59 UTC | #4

No to hurtworld ma gotową komendę, cos ala ./hurtworldserver start, prawda? TS3 to tez jedna komenda, minecraft to zapewne dziala na screenie - ale tez sie da w jednej komendzie to dac. Oznacza to trzy pojedyncze komendy.

Moim zdaniem wystarczy prosty skrypt bashowy wstawiony do init.d i jego aktywacja (autostart). Masa poradników jest o tym na google.


AidisProPlayer | 2018-02-12 18:39:17 UTC | #5

Czyli tak

while :
  do
    cd /home/ts3server
    ./ts3server_startscript.sh start
    su hwserver1
    ./hwserver start
  done