From f61f881d6428aa4935d593dcc11bcd25559d510f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 26 Jul 2020 10:03:57 +0200 Subject: sentinel-minipot: disable syslog logging --- sentinel-minipot/files/init | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sentinel-minipot/files/init b/sentinel-minipot/files/init index e10889c..c243697 100755 --- a/sentinel-minipot/files/init +++ b/sentinel-minipot/files/init @@ -24,8 +24,10 @@ start_service() { [ "$smtp_port" = "0" ] || procd_append_param command --smtp="$smtp_port" [ "$telnet_port" = "0" ] || procd_append_param command --telnet="$telnet_port" procd_set_param respawn 3600 5 5 - procd_set_param stdout 1 - procd_set_param stderr 1 + # TODO uncomment or replace logging once debug logs are no longer printed + # Otherwise this just spams log a lot. + #procd_set_param stdout 1 + #procd_set_param stderr 1 procd_set_param file /etc/config/sentinel procd_close_instance } -- cgit v1.2.3