Howdy,
I trust all is well with you and yours.
I see that we have the ability to trigger a restart
But how can we schedule this to have a downtime for x amount of minues, or even extend it?
I searched the strings to see if we had a way of doing this and it looks like the closest messages are these but there isnt't a maintenance one.
THE_SERVER_WILL_BE_COMING_DOWN_IN_S1_MINUTES=The server will be coming down in {0} minute(s).
THE_SERVER_WILL_BE_COMING_RESTARTED_IN_S1_MINUTES=The server will be restarted in {0} minute(s).
Does this mean everytime we want to bring the server down for a peroid of time to load things etc we must do it manually?
I trust all is well with you and yours.
I see that we have the ability to trigger a restart
Code:
#-------------------------------------------------------------
# Settings server reboot
#-------------------------------------------------------------
# Daily autorestart on schedule. The restart in the format of cron.
# If the field is empty, the daily autorestart is disabled by default 5:00
AutoRestartAt = 0 0 * * 3
But how can we schedule this to have a downtime for x amount of minues, or even extend it?
I searched the strings to see if we had a way of doing this and it looks like the closest messages are these but there isnt't a maintenance one.
THE_SERVER_WILL_BE_COMING_DOWN_IN_S1_MINUTES=The server will be coming down in {0} minute(s).
THE_SERVER_WILL_BE_COMING_RESTARTED_IN_S1_MINUTES=The server will be restarted in {0} minute(s).
Does this mean everytime we want to bring the server down for a peroid of time to load things etc we must do it manually?