Dear Debian folks,

Am Montag, den 11.06.2012, 19:45 +0200 schrieb Paul Menzel:

[…]

> it would be great if you could enable systemd support for gdm3 by
> packaging the service file [1]. Unfortunately I could not find it.
> 
>         $ dpkg -S gdm | grep service
> 
> I also could not find one in the upstream GDM package [2].

Please put the attached file (adapted from [1]) with the following
content

        [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

under `/lib/systemd/system/gdm3.service`. It works for me. The
discussion took place on systemd-devel [3][4].

It would be great if this file could be included in the package before
Wheezy is released.


Thanks,

Paul


> [1] 
> https://github.com/mgorny/gentoo-systemd-units/blob/master/gnome-base:gdm-3/gdm.service
> [2] http://git.gnome.org/browse/gdm/log/daemon?qt=grep&q=systemd
[3] http://lists.freedesktop.org/archives/systemd-devel/2012-June/005611.html
[4] http://lists.freedesktop.org/archives/systemd-devel/2012-June/005623.html
[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

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

Reply via email to