Difference between revisions of "OpenRC, an alternative to systemd"

m
imported>Aaditya
imported>Aaditya
Line 57: Line 57:
To boot to a graphical display manager, the '''displaymanager-openrc''' package can be installed.
To boot to a graphical display manager, the '''displaymanager-openrc''' package can be installed.


After installing it, edit ''/etc/conf.d/xdm'' to specify your display manager.
After installing it, the ''/etc/conf.d/xdm'' file needs to be edited to specify the display manager.


For example, to use '''lightdm''', change the line:
For example, to use '''lightdm''', change the line:
Line 67: Line 67:
Finally the '''xdm''' service can be added to default runlevel:
Finally the '''xdm''' service can be added to default runlevel:


  sudo rc-update add xdm
  sudo rc-update add xdm default


'''Note:'''
'''Note:'''
Anonymous user