Jump to content
Sign in to follow this  
excelsior

BEC and double restarts?

Recommended Posts

I was under the impression that I figured out the double restart conundrum to allow tents to appear after a restart? But my configuration does not seem to do it.

Can anyone take a look at the end of my scheduler and let me know how you are achieving a nice double restart?


<job id="12">
<time>055900</time>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 SCHEDULED SERVER RESTART IN 1 MINUTE</cmd>
<cmdtype>0</cmdtype>
</job>
<job id="13">
<time>055955</time>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 .............................. R E S T A R T I N G N O W (#1 of 2) ..............................</cmd>
<cmdtype>0</cmdtype>
</job>

<job id="14">
<time>060000</time>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>#restart</cmd>
<cmdtype>0</cmdtype>
</job>
<job id="15">
<time>060006</time>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 .............................. R E S T A R T I N G N O W (#2) ..............................</cmd>
<cmdtype>0</cmdtype>
</job>
<job id="16">
<time>060010</time>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>#restart</cmd>
<cmdtype>0</cmdtype>
</job>

Share this post


Link to post
Share on other sites

i am new in dayz server administration but i think a #restart is only a mission restart not a complete server restart.

What i use is #shutdown and then i have heartbeat tool from sigma running to restart the server.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×