Blob Blame History Raw
From 78f9a1cb2d36fa2d35f64280dc0caa06e1fefcc1 Mon Sep 17 00:00:00 2001
From: Link Dupont <link@sub-pop.net>
Date: Thu, 20 Aug 2020 10:31:47 -0400
Subject: [PATCH] systemd: don't sleep when running "check-results"

Resolves: RHBZ#1870186
Signed-off-by: Link Dupont <link@sub-pop.net>
---
 data/systemd/insights-client-results.service.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/data/systemd/insights-client-results.service.in b/data/systemd/insights-client-results.service.in
index 4f3b2c5..4866805 100644
--- a/data/systemd/insights-client-results.service.in
+++ b/data/systemd/insights-client-results.service.in
@@ -17,6 +17,5 @@ After=network-online.target
 [Service]
 Type=oneshot
 RemainAfterExit=no
-ExecStart=@bindir@/sleep 120
 ExecStart=@bindir@/insights-client --check-results
 Restart=no
-- 
2.25.1