Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
Deactivate mtseeder start at each boot
Browse files Browse the repository at this point in the history
mtseeder seems to be needed only once, no need at each reboot/start. We will test it.
Linked to MinetestForFun/server-minetestforfun#503 (comment)
  • Loading branch information
Darcidride committed Aug 12, 2016
1 parent ba96680 commit 3668a9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SRV-MINETEST/crontab-user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3668a9c

Please sign in to comment.