Jump to content
Sign in to follow this  
Dekken

Automatic server restarts with a message before?

Recommended Posts

Well, I am currently using BEC but it seems to be failing on me.

Every time it needs to restart the server crashes and I have to restart it manually.

Do you guys know of any good DayZ server control panel that has this functionality?

Share this post


Link to post
Share on other sites

I am.

It says there are no updates available.

And I downloaded the latest one yesterday from the official website.

Everything runs smoothly, it prints out restart messages but when it comes down to restarting, Arma 2 OA stops responding and crashes.

This is what I am using to restart it:


<job id="2">
<time>06:00</time> <!-- run at 6'o Clock in the morning -->
<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.

It says there are no updates available.

And I downloaded the latest one yesterday from the official website.

Everything runs smoothly, it prints out restart messages but when it comes down to restarting, Arma 2 OA stops responding and crashes.

This is what I am using to restart it:


<job id="2">
<time>06:00</time> <!-- run at 6'o Clock in the morning -->
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>#restart</cmd>
<cmdtype>0</cmdtype>
</job>

sounds like a personal problem, why do you expect everyone to troubleshoot your problems, when you can't figure it out for yourself. Being reliable isn't for everyone,

Edited by ebianbluefox

Share this post


Link to post
Share on other sites

#restart does just restart the mission.

the code have to be


<job id="2">
<time>06:00</time> <!-- run at 6'o Clock in the morning -->
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>#shutdown</cmd>
<cmdtype>0</cmdtype>
</job>

usually your Service have then to restart automatically

Share this post


Link to post
Share on other sites

Does this only occur when you issue #restart? You could use #shutdown and whip up a monitoring script to start the server again instead.

Share this post


Link to post
Share on other sites

sounds like a personal problem, why do you expect everyone to troubleshoot your problems, when you can't figure it out for yourself. Being reliable isn't for everyone,

What? I tried troubleshooting it myself.

And when I can't figure it out myself, I go and ask for help.

dafuq..

Thanks for the help, I did not know restart was for the mission.

I will give it a go now and see how it goes.

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  

×