Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-16 22:03:04 +02:00
parent d8d0db176c
commit 004c68dc3c

View File

@ -189,7 +189,7 @@ class FixServices(plugins.Plugin):
logging.error("[Fix_Services monstart]: %s" % repr(err)) logging.error("[Fix_Services monstart]: %s" % repr(err))
# Look for pattern 5 # Look for pattern 5
elif len(self.pattern4.findall(other_other_last_lines)) >= 3: elif len(self.pattern4.findall(other_other_last_lines)) >= 1:
logging.info("[Fix_Services] Threading issues, restarting") logging.info("[Fix_Services] Threading issues, restarting")
if hasattr(agent, 'view'): if hasattr(agent, 'view'):
display = agent.view() display = agent.view()