Discord
Steam
/
Garry's Mod
/
Does SRCDS res..
Login/Join
Event Log
Does SRCDS restart after a crash?
5 replies, posted
Search
In This Thread
Hey! Does a Gmod SRCDS server restart after a crash? Im running Linux. Thanks!
No it does not become a huge amount of crashes in garrysmod are engine errors.
Is there a way to make it auto restart after a crash?
You can use a auto-restart script. Don't know any for Linux though. See if I can find one
[code]#!/bin/bash while [ 1 == 1 ] do ./srcds_run -console -game garrysmod -maxplayers 16 +map gm_construct (...) done [/code]
Linux servers auto-restart, you don't need a script to do it. [editline]8th April 2013[/editline] Windows don't though
Sorry, you need to
Log In
to post a reply to this thread.