We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a47238 commit bde6f93Copy full SHA for bde6f93
CronTasks/CronMonitor
@@ -3,8 +3,10 @@
3
# This script is intended to be used as a CRON command
4
# On my server, I use the following configuration in /etc/crontab to run it every 5 minutes:
5
#
6
-# #minute hour mday month wday who command
7
-# */5 * * * * minecraft /usr/bin/nice /home/minecraft/CronTasks/CronMonitor
+# #minute hour mday month wday who command
+# */5 * * * * minecraft /usr/bin/nice /home/minecraft/CronTasks/CronMonitor
8
+#
9
+# And the minecraft account home directory is the Minecraft server root.
10
11
. .minecraft-library
12
0 commit comments