From 51e1f14a12e94cb95f73ad31283d32ec71984683 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 11 Jun 2019 09:08:02 -0700 Subject: [PATCH] sysinv-agent: Add Required-* fields This missing fields are reported by the rpmlint process during the multios work. Change-Id: I6ff612304ab195177bb16f0bcd39d0e07533e138 Signed-off-by: Saul Wold --- sysinv/sysinv-agent/sysinv-agent | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysinv/sysinv-agent/sysinv-agent b/sysinv/sysinv-agent/sysinv-agent index 8ffc02ba4d..e962dca46e 100755 --- a/sysinv/sysinv-agent/sysinv-agent +++ b/sysinv/sysinv-agent/sysinv-agent @@ -11,6 +11,8 @@ ### BEGIN INIT INFO # Provides: sysinv-agent # Default-Start: 3 5 +# Required-Start: +# Required-Stop: # Default-Stop: 0 1 2 6 # Short-Description: Maintenance daemon ### END INIT INFO