diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2015-02-04 15:02:15 +0100 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2015-02-04 15:13:35 +0100 |
commit | be5044b30c5d7ef3dc115f6e1670b1e1477dfb25 (patch) | |
tree | ad4e0efe45676f5c82cab51f00a4b627e8480a40 | |
parent | 7a7ab0c20b1a061b2b42506ed697fca82f0b40fe (diff) | |
download | initscripts-be5044b30c5d7ef3dc115f6e1670b1e1477dfb25.tar initscripts-be5044b30c5d7ef3dc115f6e1670b1e1477dfb25.tar.gz initscripts-be5044b30c5d7ef3dc115f6e1670b1e1477dfb25.tar.bz2 initscripts-be5044b30c5d7ef3dc115f6e1670b1e1477dfb25.tar.xz initscripts-be5044b30c5d7ef3dc115f6e1670b1e1477dfb25.zip |
netconsole: lets run earlier
-rw-r--r-- | rc.d/init.d/netconsole | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/netconsole b/rc.d/init.d/netconsole index 1b10af2d..a38de9fb 100644 --- a/rc.d/init.d/netconsole +++ b/rc.d/init.d/netconsole @@ -2,7 +2,7 @@ # # netconsole This loads the netconsole module with the configured parameters. # -# chkconfig: - 50 50 +# chkconfig: - 11 89 # description: Initializes network console logging # config: /etc/sysconfig/netconsole # |