aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2018-05-14 14:19:46 +0200
committerDee'Kej <deekej@linuxmail.org>2018-07-24 16:00:45 +0200
commit0929d07c13b152266ce095f9c6e142667f4f1a8b (patch)
treed549d835cba450e118d8421efe19e39c4e914ba7
parent8f42fe8dfb7dd6c3c4c2e551237e0d8ea023620b (diff)
downloadinitscripts-0929d07c13b152266ce095f9c6e142667f4f1a8b.tar
initscripts-0929d07c13b152266ce095f9c6e142667f4f1a8b.tar.gz
initscripts-0929d07c13b152266ce095f9c6e142667f4f1a8b.tar.bz2
initscripts-0929d07c13b152266ce095f9c6e142667f4f1a8b.tar.xz
initscripts-0929d07c13b152266ce095f9c6e142667f4f1a8b.zip
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...
-rw-r--r--rc.d/init.d/netconsole7
1 files changed, 7 insertions, 0 deletions
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