mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-11 18:48:26 +00:00
Add arkAlwaysRestartOnCrash to readme
This commit is contained in:
parent
794171e7e4
commit
f6a770c624
@ -149,6 +149,11 @@ instances.
|
||||
`--noautoupdate`;;
|
||||
Disables automatic updating on startup if it is enabled
|
||||
|
||||
`--alwaysrestart`;;
|
||||
Enable automatically restarting the server even if it crashes
|
||||
without becoming ready for player connections.
|
||||
|
||||
|
||||
`stop`::
|
||||
Stops the server if it is running
|
||||
|
||||
@ -343,6 +348,12 @@ The following options can be overridden on a per-instance basis:
|
||||
The relative path within an ARK server install to place the
|
||||
autorestart lock file
|
||||
|
||||
`arkAlwaysRestartOnCrash`::
|
||||
Set to `true` to enable automatically restarting even when the
|
||||
server has not become ready for player connections.
|
||||
Be aware that this may cause the server to enter an endless
|
||||
crash-restart loop if the cause of the crash is not resolved.
|
||||
|
||||
`arkAutoUpdateOnStart`::
|
||||
Set to `true` to enable updating before server startup
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user