diff options
author | Petr Lautrbach <plautrba@redhat.com> | 2010-12-03 16:30:30 +0100 |
---|---|---|
committer | Petr Lautrbach <plautrba@redhat.com> | 2010-12-06 18:28:29 +0100 |
commit | 36e6bc05fba18b83681499ce0b6a536e3d7c29af (patch) | |
tree | cbcfe1769236b346996349534b6fec91addb6ed5 /init | |
parent | 186bdd8c5d57c2273c46990e306e1a9aef9a4da2 (diff) | |
download | initscripts-36e6bc05fba18b83681499ce0b6a536e3d7c29af.tar initscripts-36e6bc05fba18b83681499ce0b6a536e3d7c29af.tar.gz initscripts-36e6bc05fba18b83681499ce0b6a536e3d7c29af.tar.bz2 initscripts-36e6bc05fba18b83681499ce0b6a536e3d7c29af.tar.xz initscripts-36e6bc05fba18b83681499ce0b6a536e3d7c29af.zip |
don't run kexec-disable for runlevels [S016] (#658138)
Diffstat (limited to 'init')
-rw-r--r-- | init/kexec-disable.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/kexec-disable.conf b/init/kexec-disable.conf index 61470431..9f8062fb 100644 --- a/init/kexec-disable.conf +++ b/init/kexec-disable.conf @@ -1,6 +1,6 @@ # On machines where kexec isn't going to be used, free the memory reserved for it. -start on stopped rcS +start on runlevel [!S016] task script |