diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-21 21:31:11 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-21 21:31:11 +0200 |
commit | 31aeb1a71102ebcbe1704da69bc0b73a4a1a7fd4 (patch) | |
tree | bed4813ccecfae0f98b63d0c4f5f923d7e46c0f9 /config/nut | |
parent | 21fd7e810b732289f207f1c3ee4566be30f75659 (diff) | |
download | pfsense-packages-31aeb1a71102ebcbe1704da69bc0b73a4a1a7fd4.tar.gz pfsense-packages-31aeb1a71102ebcbe1704da69bc0b73a4a1a7fd4.tar.bz2 pfsense-packages-31aeb1a71102ebcbe1704da69bc0b73a4a1a7fd4.zip |
remove useless log spam
Nut takes quite some time to launch (notably with networked UPS); this creates misleading log entries confusing users.
Diffstat (limited to 'config/nut')
-rw-r--r-- | config/nut/nut.inc | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |