gdm: update systemd service for >=186.
This commit is contained in:
parent
9d8e9d8503
commit
c36a0f6c7e
|
@ -1,9 +1,10 @@
|
|||
[Unit]
|
||||
Description=Gnome Display Manager
|
||||
After=systemd-user-sessions.service
|
||||
Conflicts=getty@tty1.service
|
||||
After=systemd-user-sessions.service getty@tty1.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/gdm -nodaemon
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
||||
Alias=display-manager.service
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'gdm'
|
||||
pkgname=gdm
|
||||
version=3.4.1
|
||||
revision=4
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
||||
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
||||
|
@ -19,6 +18,7 @@ short_desc="GNOME Display Manager"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
checksum=6292968dff5fc89877b5e1aaa3c7d1484dd3ed2d4f388e935841d053439be665
|
||||
long_desc="
|
||||
GDM is the GNOME Display Manager, it is the little proggie that runs
|
||||
|
|
Loading…
Reference in New Issue