Hi,
my server is hosted in Ubuntu 10.04 and i need an auto restarter.
listen, to open my sv i need talk this in terminal:
after in file trunk:
OK! My server is running now, but how I "conjure" the command ?
someone guy can asnwer me?
i read in the google:
but idk use this
my server is hosted in Ubuntu 10.04 and i need an auto restarter.
listen, to open my sv i need talk this in terminal:
Code:
cd /otserv/trunk
after in file trunk:
Code:
screen ./theforgottenserver
OK! My server is running now, but how I "conjure" the command ?
someone guy can asnwer me?
i read in the google:
Code:
while true; do ./forgottenserver; done;
but idk use this