Hi


On Thu, Feb 20, 2014 at 4:01 PM, Ed Greshko wrote:

If you want to switch the Display Manager, say from gdm to kdm.

systemctl disable gdm.service
systemctl enable kdm.service

This can be reduced to

# systemctl enable kdm --force

Rahul