[scripts] move xdm back to the default runlevel, systemd is the default init anyway...
kdm has huge problems with logind if run from the boot runlevel due to a failure in systemd's pam-login module's get_ctty() (-ENOENT)
This commit is contained in:
@@ -42,9 +42,8 @@ basic_environment_setup() {
|
||||
eselect opengl set xorg-x11 &> /dev/null
|
||||
|
||||
# automatically start xdm
|
||||
rc-update del xdm default
|
||||
rc-update del xdm boot
|
||||
rc-update add xdm boot
|
||||
rc-update add xdm default
|
||||
# systemd has specific targets depending on the DM
|
||||
|
||||
# consolekit must be run at boot level
|
||||
|
||||
Reference in New Issue
Block a user