2012-08-02, 06:19 AM
you can just run the command
Code:
runlevel
and it will show what runlevel you are in then you can use the chkconfig command that Dungeon-Dave mentioned to configure it to boot when booted in that runevel.
example my runlevel for my server is 3. So you could then do the following if you wanted vnc to startup on runlevel 3.
Code:
chkconfig --levels 3 vnc on
Code:
man chkconfig
shows more detailed info about the command