/etc/init/start-ttys.conf defines ACTIVE_CONSOLE but then sources /etc/sysconfig/init later on which also defines ACTIVE_CONSOLE<br />
<br />
By default these two strings are the same so it's generally not an issue but if you want to change ACTIVE_CONSOLE to something else then it's not obvious that you need to edit /etc/sysconfig/init.<br />
<br />
Either...<br />
1. remove ACTIVE_CONSOLE from /etc/init/start-ttys.conf (maybe leaving a comment saying where it's defined)<br />
2. remove ACTIVE_CONSOLE from /etc/sysconfig/init but that may have other side effects (but one would hope not)
↧