[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: After installing systemd, slim fails to load desktop.



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)
Conflicts=getty@tty1.service
After=systemd-user-sessions.service getty@tty1.service
plymouth-quit.service

[Service]
ExecStart=/usr/bin/lightdm
Restart=always
IgnoreSIGPIPE=no
BusName=org.freedesktop.DisplayManager

[Install]
Alias=display-manager.service


Reply to: