From 623c50cf859e9dcdc4aa931f9407206979bf5bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Tue, 12 Mar 2024 18:23:28 +0100 Subject: [PATCH] Aktualizovat supervisord.conf --- supervisord.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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