Dear systemd folks,

after a system start I save the output of `systemd-anlyze blame`.

With Debian Sid/unstable, GDM 3.4.1 and the shipped init.d script on
average it took about 120 ms. For example:

    124ms gdm3.service

Adding the following service file

        $ more /lib/systemd/system/gdm3.service[Unit]
        Description=GNOME Display Manager
        After=systemd-user-sessions.service
        
        [Service]
        ExecStart=/usr/sbin/gdm3 --nodaemon
        Type=dbus
        BusName=org.gnome.DisplayManager
        
        [Install]
        WantedBy=graphical.target

I now get 190 ms on average, for example:

    188ms gdm3.service

Can you think of a reason for that? It should at least not take more
time, should not it?


Thanks,

Paul

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to