diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2018-05-14 14:19:46 +0200 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2018-05-17 14:27:58 +0200 |
commit | defacdbdbdec39eb62b166cca02f266647819b28 (patch) | |
tree | cfd6f16f1c60d42061542df08330f20d5f2916bc | |
parent | 721c3dd4e3ad8ad0dec5bed350bc2743e97d357f (diff) | |
download | initscripts-defacdbdbdec39eb62b166cca02f266647819b28.tar initscripts-defacdbdbdec39eb62b166cca02f266647819b28.tar.gz initscripts-defacdbdbdec39eb62b166cca02f266647819b28.tar.bz2 initscripts-defacdbdbdec39eb62b166cca02f266647819b28.tar.xz initscripts-defacdbdbdec39eb62b166cca02f266647819b28.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/netconsole | 7 |
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 |