Put arkwarnminutes the arkmanager user config.
This commit is contained in:
parent
ecd3ec73d0
commit
16aaa29f57
2 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,6 @@ steamcmd_appinfocache="/home/steam/Steam/appcache/appinfo.vdf" # cache of t
|
||||||
arkserverroot="/ark/server" # path of your ARK server files (default ~/ARK)
|
arkserverroot="/ark/server" # path of your ARK server files (default ~/ARK)
|
||||||
arkserverexec="ShooterGame/Binaries/Linux/ShooterGameServer" # name of ARK server executable
|
arkserverexec="ShooterGame/Binaries/Linux/ShooterGameServer" # name of ARK server executable
|
||||||
arkbackupdir="/ark/backup" # path to backup directory
|
arkbackupdir="/ark/backup" # path to backup directory
|
||||||
arkwarnminutes="30" # number of minutes to warn players when using update --warn
|
|
||||||
arkautorestartfile="ShooterGame/Saved/.autorestart" # path to autorestart file
|
arkautorestartfile="ShooterGame/Saved/.autorestart" # path to autorestart file
|
||||||
|
|
||||||
# config Service
|
# config Service
|
||||||
|
|
|
@ -32,3 +32,4 @@ mod_branch=Windows
|
||||||
msgWarnUpdateMinutes="This ARK server will shutdown for an update in %d minutes"
|
msgWarnUpdateMinutes="This ARK server will shutdown for an update in %d minutes"
|
||||||
msgWarnUpdateSeconds="This ARK server will shutdown for an update in %d seconds"
|
msgWarnUpdateSeconds="This ARK server will shutdown for an update in %d seconds"
|
||||||
arkBackupPreUpdate="false" # set this to true if you want to perform a backup before updating
|
arkBackupPreUpdate="false" # set this to true if you want to perform a backup before updating
|
||||||
|
arkwarnminutes="30" # number of minutes to warn players when using update --warn
|
||||||
|
|
Loading…
Reference in a new issue