Bug#677107: gdm3: Please ship systemd service file

Paul Menzel pm.debian at googlemail.com
Tue Jun 26 23:04:47 UTC 2012


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
-------------- next part --------------
[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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20120627/54eea1f3/attachment-0001.pgp>


More information about the pkg-gnome-maintainers mailing list