Open up on fridays
This commit is contained in:
parent
68af03ac7d
commit
7521b04e70
|
@ -15,8 +15,8 @@ local config = {
|
|||
bucket_name="txweaboo", --aws s3 bucket, created manually to prevent terraform from trying to delete it.
|
||||
instance_name="Weaboos Anonymous", -- Name to use for the multimc instance
|
||||
-- Cron uses UTC time
|
||||
server_starts="1 21 * * 1,4", --Starts at 4pm on Mondays and Thursdays
|
||||
server_stops="1 6 * * 2,5", --Server stops at 1am on Tuesdays and Fridays
|
||||
server_starts="1 21 * * 1,4,5", --Starts at 4pm on Mondays and Thursdays
|
||||
server_stops="1 6 * * 2,5,6", --Server stops at 1am on Tuesdays and Fridays
|
||||
}
|
||||
|
||||
-- Each machine gets a startup script, located in src/startup that configures
|
||||
|
|
Loading…
Reference in New Issue