So I have got a bit of a weird problem. I'm hosting a dayz epoch panthera server on a linux root. As I can't run BEC on linux and there are no good alternatives, I solved most of my problems with scripting solutions. I want my server to restart every 4 hours, so I set up crontab (whitch is a linux service for running timed tasks). For my players to be warned that the server is going to restart, I have a script to warn them. The problem is that my server isn't very populated and sometimes after a restart the mission only loads after an hour or so, so that the clock for the restart message only starts an hour delayed, resulting in the warnings failing. Does anybody know a solution to this? Is there a way to get the exact time of the server? Or a way to load the mission right after a restart? Thanks in advance... //Also, first post, hope this is the right place to post this