diff --git a/supervisord.conf b/supervisord.conf index 01e8986..7c4406b 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -10,4 +10,6 @@ command=java -jar /opt/mcstatscli/MinecraftStatsCLI.jar autostart=true autorestart=true stdout_logfile=/var/log/java/output.log -stderr_logfile=/var/log/java/error.log \ No newline at end of file +stderr_logfile=/var/log/java/error.log + +[supervisorctl] \ No newline at end of file