Hi, i have not been able to get the auto restart using the scheduler to work. can anyone help?
My server is 24/7 day if that makes a difference.
Host is Vert Hosting.
<?xml version="1.0"?> <Scheduler> <!-- INTERNAL COMMANDS --> <job id="0"> <time>05:50:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Server will Auto restart in 10 min</cmd> <cmdtype>0</cmdtype> </job> <job id="1"> <time>05:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Server will Auto restart in 5 min</cmd> <cmdtype>0</cmdtype> </job> <job id="2"> <time>06:00:00</time> <!-- run at 6'o Clock in the morning --> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> <job id="3"> <time>11:50:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Server will Auto restart in 10 min</cmd> <cmdtype>0</cmdtype> </job> <job id="4"> <time>11:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Server will Auto restart in 5 min</cmd> <cmdtype>0</cmdtype> </job> <job id="5"> <time>12:00:00</time> <!-- run at 6'o Clock in the morning --> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> <job id=6"> <time>17:50:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Server will Auto restart in 10 min</cmd> <cmdtype>0</cmdtype> </job> <job id="7"> <time>17:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Server will Auto restart in 5 min</cmd> <cmdtype>0</cmdtype> </job> <job id="8"> <time>18:00:00</time> <!-- run at 6'o Clock in the morning --> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> <job id="9"> <time>23:50:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Server will Auto restart in 10 min</cmd> <cmdtype>0</cmdtype> </job> <job id="10"> <time>23:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Server will Auto restart in 5 min</cmd> <cmdtype>0</cmdtype> </job> <job id="11"> <time>00:00:00</time> <!-- run at 6'o Clock in the morning --> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job>