mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fixed a spelling mistake in the command name used.
This commit is contained in:
parent
7a098f58ea
commit
93bc151f75
8
msm.cron
8
msm.cron
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
|
|
||||||
# Backs up all worlds for all servers at 2 minutes past 5 in the moring
|
# Backs up all worlds for all servers at 2 minutes past 5 in the moring
|
||||||
02 05 * * * minecraft /etc/init.d/mcm all worlds backup
|
02 05 * * * minecraft /etc/init.d/msm all worlds backup
|
||||||
|
|
||||||
# Rolls the logs for all servers at 55 minutes past 4 in the morning
|
# Rolls the logs for all servers at 55 minutes past 4 in the morning
|
||||||
55 04 * * * minecraft /etc/init.d/mcm all logroll
|
55 04 * * * minecraft /etc/init.d/msm all logroll
|
||||||
|
|
||||||
# Moves all "in RAM" worlds to disk every half hour for all servers
|
# Moves all "in RAM" worlds to disk every half hour for all servers
|
||||||
*/30 * * * * minecraft /etc/init.d/mcm all worlds todisk
|
*/30 * * * * minecraft /etc/init.d/msm all worlds todisk
|
||||||
|
|
||||||
# Start any crashed servers again each hour
|
# Start any crashed servers again each hour
|
||||||
@hourly minecraft /etc/init.d/mcm start
|
@hourly minecraft /etc/init.d/msm start
|
||||||
|
Loading…
Reference in New Issue
Block a user