On Sun, 2007-11-18 at 20:54 +0100, carlopmart wrote:
I need to launch X-Windows at runlevel 4 and 5. CentOS only start up x-windows at runlevel by default. I have modified /etc/inittab to accomplish this:
x:4:respawn:/etc/X11/prefdm -nodaemon x:5:respawn:/etc/X11/prefdm -nodaemon
But this returns errors every time that start and stop system ... Which is the correct form to launch x-windows under centos at different runlevels??
x:45:respawn:/etc/X11/prefdm -nodaemon