• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Auto Restart Linux

darcioantonio

www.adventurerpg.com.br
Joined
Jul 30, 2013
Messages
165
Solutions
1
Reaction score
4
Location
Brasil
Twitch
darcio_
YouTube
UCEXCOEw_dYchojHNz
Hello, I have a Auto Restart for Linux. But when my terminal is closed it does not start the server, for it auto start server the terminal should always be open .. know how to solve this

Lua:
#!/bin/bash
ulimit -c unlimited
while true; do ./tfs; done
 
Back
Top