From defacdbdbdec39eb62b166cca02f266647819b28 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Mon, 14 May 2018 14:19:46 +0200 Subject: netconsole: LSB header added Since we are using systemd, the Default-Start/Stop keywords were omitted. Basically the LSB header is quite similar to LSB header of network service... --- rc.d/init.d/netconsole | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'rc.d') diff --git a/rc.d/init.d/netconsole b/rc.d/init.d/netconsole index ad51bd22..3f2872dd 100644 --- a/rc.d/init.d/netconsole +++ b/rc.d/init.d/netconsole @@ -6,6 +6,13 @@ # description: Initializes network console logging # config: /etc/sysconfig/netconsole # +### BEGIN INIT INFO +# Provides: netconsole +# Required-Start: $network +# Short-Description: Initializes network console logging +# Description: Initializes network console logging of kernel messages. +### END INIT INFO + # Copyright 2002 Red Hat, Inc. # # Based in part on a shell script by -- cgit v1.2.1