From 31aeb1a71102ebcbe1704da69bc0b73a4a1a7fd4 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Fri, 21 Aug 2015 21:31:11 +0200 Subject: remove useless log spam Nut takes quite some time to launch (notably with networked UPS); this creates misleading log entries confusing users. --- config/nut/nut.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'config') diff --git a/config/nut/nut.inc b/config/nut/nut.inc index e0ca9d30..6467ec13 100644 --- a/config/nut/nut.inc +++ b/config/nut/nut.inc @@ -518,9 +518,6 @@ EOD; log_error("[nut] INFO: Starting service"); start_service("nut"); - if (!is_process_running('upsmon')) { - log_error("[nut] ERROR: Service failed to start: check configuration."); - } } elseif (!$return && file_exists(NUT_RCFILE)) { /* no parameters user does not want nut running */ /* lets stop the service and remove the rc file */ -- cgit v1.2.3