Topic: [TOOL] Linux Restarter
Hi, i'm searching for a Restarter for my Linux root. The Restarter should restart my teeworlds server after it crashed.
You are not logged in. Please login or register.
Teeworlds Forum → Fan Art and Other → [TOOL] Linux Restarter
Hi, i'm searching for a Restarter for my Linux root. The Restarter should restart my teeworlds server after it crashed.
try this:
#!/bin/bash
RUNNING=0
cd */home/twserver*
while [ $RUNNING -lt "1" ]; do
sleep 2
nohup *twserverfile*
done
just change all in *here*
Use runit.
Teeworlds Forum → Fan Art and Other → [TOOL] Linux Restarter
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.