On Wed, 2013-11-13 at 10:00 +0100, Ralf Mardorf wrote: > On Tue, 2013-11-12 at 18:15 -0800, Just_Me wrote: > > slim.service is enabled btw. > > Loaded: loaded (/etc/init.d/slim) > ^^^^^^^^^
Perhaps you should take a look at the service file. $ cat /etc/init.d/slim I'm using lightdm on another distro, that's why the path does differ: $ cat /usr/lib/systemd/system/lightdm.service [Unit] Description=Light Display Manager Documentation=man:lightdm(1) [email protected] After=systemd-user-sessions.service [email protected] plymouth-quit.service [Service] ExecStart=/usr/bin/lightdm Restart=always IgnoreSIGPIPE=no BusName=org.freedesktop.DisplayManager [Install] Alias=display-manager.service -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/1384335335.1043.40.camel@archlinux

