• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Cron start server x Hour

xLosT

Member
Joined
Jan 11, 2010
Messages
1,021
Reaction score
13
Location
Brasil, Rio Grande do Sul
how can I make a command in cron to give screen and soon after opening the server at x hour, this would work?

Code:
1  6    * * *   tfs    screen
2  6    * * *   tfs    cd /home/otserv ./theforgottenserver

- - - Updated - - -
 
Last edited:
Code:
02 6	* * *	root	 /root/theforgottenserver && ./theforgottenserver || ( cd / && run-parts --report /etc/cron.daily )
Not tested.
 
Back
Top