Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <Scheduler>
- <!-- Restart every 12 hours with 15, 10, 5, and 1 minute notification -->
- <!-- 00:00 -->
- <job id='0'>
- <day>1,2,3,4,5,6,7</day>
- <start>23:45:00</start>
- <runtime>000020</runtime>
- <loop>0</loop>
- <cmd>say -1 The server will restart in 15 minutes.</cmd>
- </job>
- <job id='1'>
- <day>1,2,3,4,5,6,7</day>
- <start>23:50:00</start>
- <runtime>000020</runtime>
- <loop>0</loop>
- <cmd>say -1 The server will restart in 10 minutes.</cmd>
- </job>
- <job id='2'>
- <day>1,2,3,4,5,6,7</day>
- <start>23:55:00</start>
- <runtime>000020</runtime>
- <loop>0</loop>
- <cmd>say -1 The server will restart in 5 minutes.</cmd>
- </job>
- <job id='3'>
- <day>1,2,3,4,5,6,7</day>
- <start>23:59:00</start>
- <runtime>000020</runtime>
- <loop>0</loop>
- <cmd>say -1 The server will restart in 1 minute.</cmd>
- </job>
- <job id='4'>
- <day>1,2,3,4,5,6,7</day>
- <start>00:00:00</start>
- <runtime>000020</runtime>
- <loop>0</loop>
- <cmd>#shutdown</cmd>
- </job>
- <!-- End 00:00 -->
- <!-- 12:00 -->
- <job id='5'>
- <day>1,2,3,4,5,6,7</day>
- <start>11:45:00</start>
- <runtime>000020</runtime>
- <loop>0</loop>
- <cmd>say -1 The server will restart in 15 minutes.</cmd>
- </job>
- <job id='6'>
- <day>1,2,3,4,5,6,7</day>
- <start>11:50:00</start>
- <runtime>000020</runtime>
- <loop>0</loop>
- <cmd>say -1 The server will restart in 10 minutes.</cmd>
- </job>
- <job id='7'>
- <day>1,2,3,4,5,6,7</day>
- <start>11:55:00</start>
- <runtime>000020</runtime>
- <loop>0</loop>
- <cmd>say -1 The server will restart in 5 minutes.</cmd>
- </job>
- <job id='8'>
- <day>1,2,3,4,5,6,7</day>
- <start>11:59:00</start>
- <runtime>000020</runtime>
- <loop>0</loop>
- <cmd>say -1 The server will restart in 1 minute.</cmd>
- </job>
- <job id='9'>
- <day>1,2,3,4,5,6,7</day>
- <start>12:00:00</start>
- <runtime>000020</runtime>
- <loop>0</loop>
- <cmd>#shutdown</cmd>
- </job>
- <!-- End 12:00 -->
- </Scheduler>
Advertisement
Add Comment
Please, Sign In to add comment