From 3668a9c3d43e609104125b174a5471ff447cef76 Mon Sep 17 00:00:00 2001 From: Darcidride Date: Fri, 12 Aug 2016 11:21:56 +0200 Subject: [PATCH] Deactivate mtseeder start at each boot mtseeder seems to be needed only once, no need at each reboot/start. We will test it. Linked to https://github.com/MinetestForFun/server-minetestforfun/issues/503#issuecomment-239397083 --- SRV-MINETEST/crontab-user.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SRV-MINETEST/crontab-user.txt b/SRV-MINETEST/crontab-user.txt index 4805bdf..2f596b5 100644 --- a/SRV-MINETEST/crontab-user.txt +++ b/SRV-MINETEST/crontab-user.txt @@ -42,7 +42,7 @@ # Redisalize pour "mff-classic" - tous les jours à 6h36 du matin 36 6 * * * screen -dmS "mff-classic-mtredisalize" /home/quentinbd/gopath/bin/mtredisalize -host=localhost -port=6379 -interleaved=true -change-url=http://localhost:8808/update -change-duration=15s /home/quentinbd/mff/worlds/minetestforfun/map.db # Seeder pour "mff-classic" - tous les jours à 6h37 - dure 10/15min -37 6 * * * screen -dmS "mff-classic-mtseeder" /home/quentinbd/gopath/bin/mtseeder -colors=/home/quentinbd/mff/worlds/minetestforfun/colors.txt -output-dir=/home/quentinbd/mff/worlds/minetestforfun/map.db -workers=1 -transparent=true -port=6379 +# DEACTIVATE FOR THE MOMENT FOR TEST PURPOSE 37 6 * * * screen -dmS "mff-classic-mtseeder" /home/quentinbd/gopath/bin/mtseeder -colors=/home/quentinbd/mff/worlds/minetestforfun/colors.txt -output-dir=/home/quentinbd/mff/worlds/minetestforfun/map.db -workers=1 -transparent=true -port=6379 # Webmapper pour "mff-classic" - tous les jours à 6h49 49 6 * * * screen -dmS "mff-classic-mtwebmapper" nice -n 10 /home/quentinbd/gopath/bin/mtwebmapper -colors=/home/quentinbd/mff/worlds/minetestforfun/colors.txt -web-host="" -web-port=8808 -map=/home/quentinbd/mff/worlds/minetestforfun/map.db -web=/var/www/mtsatellite -redis-host=localhost -redis-port=6379 -workers=1 -transparent=true -websockets=true -players=/home/quentinbd/mff/worlds/minetestforfun/mt_players_fifo ulimit -n 4096 # Lancement de "mff-classic" tous les jours à 6h50 @@ -53,7 +53,7 @@ # Redisalize pour "mff-hg" - tous les jours à 6h36 du matin 36 6 * * * screen -dmS "mff-hg-mtredisalize" /home/quentinbd/gopath/bin/mtredisalize -host=localhost -port=6380 -interleaved=true -change-url=http://localhost:8809/update -change-duration=15s /home/quentinbd/mff-hg/worlds/minetestforfun-hg/map.db # Seeder pour "mff-hg" - tous les jours à 6h37 - dure 10/15min -37 6 * * * screen -dmS "mff-hg-mtseeder" /home/quentinbd/gopath/bin/mtseeder -colors=/home/quentinbd/mff-hg/worlds/minetestforfun-hg/colors.txt -output-dir=/home/quentinbd/mff-hg/worlds/minetestforfun-hg/map.db -workers=1 -transparent=true -port=6380 +# DEACTIVATE FOR THE MOMENT FOR TEST PURPOSE 37 6 * * * screen -dmS "mff-hg-mtseeder" /home/quentinbd/gopath/bin/mtseeder -colors=/home/quentinbd/mff-hg/worlds/minetestforfun-hg/colors.txt -output-dir=/home/quentinbd/mff-hg/worlds/minetestforfun-hg/map.db -workers=1 -transparent=true -port=6380 # Webmapper pour "mff-hg" - tous les jours à 6h49 49 6 * * * screen -dmS "mff-hg-mtwebmapper" nice -n 10 /home/quentinbd/gopath/bin/mtwebmapper -colors=/home/quentinbd/mff-hg/worlds/minetestforfun-hg/colors.txt -web-host="" -web-port=8809 -map=/home/quentinbd/mff-hg/worlds/minetestforfun-hg/map.db -web=/var/www/mtsatellite-hg -redis-host=localhost -redis-port=6380 -workers=1 -transparent=true -websockets=true -players=/home/quentinbd/mff-hg/worlds/minetestforfun-hg/mt_players_fifo ulimit -n 4096 # Lancement de "mff-hg" tous les jours à 6h50 @@ -65,7 +65,7 @@ # Redisalize pour "mff-skyblock" - tous les jours à 6h36 du matin 36 6 * * * screen -dmS "mff-skyblock-mtredisalize" /home/quentinbd/gopath/bin/mtredisalize -host=localhost -port=6382 -interleaved=true -change-url=http://localhost:8811/update -change-duration=15s /home/quentinbd/mff-skyblock/worlds/minetestforfun-skyblock/map.db # Seeder pour "mff-skyblock" - tous les jours à 6h37 - dure 10/15min -37 6 * * * screen -dmS "mff-skyblock-mtseeder" /home/quentinbd/gopath/bin/mtseeder -colors=/home/quentinbd/mff-skyblock/worlds/minetestforfun-skyblock/colors.txt -output-dir=/home/quentinbd/mff-skyblock/worlds/minetestforfun-skyblock/map.db -workers=1 -transparent=true -port=6382 +# DEACTIVATE FOR THE MOMENT FOR TEST PURPOSE 37 6 * * * screen -dmS "mff-skyblock-mtseeder" /home/quentinbd/gopath/bin/mtseeder -colors=/home/quentinbd/mff-skyblock/worlds/minetestforfun-skyblock/colors.txt -output-dir=/home/quentinbd/mff-skyblock/worlds/minetestforfun-skyblock/map.db -workers=1 -transparent=true -port=6382 # Webmapper pour "mff-skyblock" - tous les jours à 6h49 49 6 * * * screen -dmS "mff-skyblock-mtwebmapper" nice -n 10 /home/quentinbd/gopath/bin/mtwebmapper -colors=/home/quentinbd/mff-skyblock/worlds/minetestforfun-skyblock/colors.txt -web-host="" -web-port=8811 -map=/home/quentinbd/mff-skyblock/worlds/minetestforfun-skyblock/map.db -web=/var/www/mtsatellite-skyblock -redis-host=localhost -redis-port=6382 -workers=1 -transparent=true -websockets=true -players=/home/quentinbd/mff-skyblock/worlds/minetestforfun-skyblock/mt_players_fifo ulimit -n 4096 # Lancement de "mff-skyblock" tous les jours à 6h50 @@ -76,7 +76,7 @@ # Redisalize pour "mff-creative" - tous les jours à 6h36 du matin 36 6 * * * screen -dmS "mff-creative-mtredisalize" /home/quentinbd/gopath/bin/mtredisalize -host=localhost -port=6381 -interleaved=true -change-url=http://localhost:8810/update -change-duration=15s /home/quentinbd/mff-creative/worlds/minetestforfun-creative/map.db # Seeder pour "mff-creative" - tous les jours à 6h37 - dure 10/15min -37 6 * * * screen -dmS "mff-creative-mtseeder" /home/quentinbd/gopath/bin/mtseeder -colors=/home/quentinbd/mff-creative/worlds/minetestforfun-creative/colors.txt -output-dir=/home/quentinbd/mff-creative/worlds/minetestforfun-creative/map.db -workers=1 -transparent=true -port=6381 +# DEACTIVATE FOR THE MOMENT FOR TEST PURPOSE 37 6 * * * screen -dmS "mff-creative-mtseeder" /home/quentinbd/gopath/bin/mtseeder -colors=/home/quentinbd/mff-creative/worlds/minetestforfun-creative/colors.txt -output-dir=/home/quentinbd/mff-creative/worlds/minetestforfun-creative/map.db -workers=1 -transparent=true -port=6381 # Webmapper pour "mff-creative" - tous les jours à 6h49 49 6 * * * screen -dmS "mff-creative-mtwebmapper" nice -n 10 /home/quentinbd/gopath/bin/mtwebmapper -colors=/home/quentinbd/mff-creative/worlds/minetestforfun-creative/colors.txt -web-host="" -web-port=8810 -map=/home/quentinbd/mff-creative/worlds/minetestforfun-creative/map.db -web=/var/www/mtsatellite-creative -redis-host=localhost -redis-port=6381 -workers=1 -transparent=true -websockets=true -players=/home/quentinbd/mff-creative/worlds/minetestforfun-creative/mt_players_fifo ulimit -n 4096 # Lancement de "mff-creative" tous les jours à 6h50