From f450ba4056f3af0d17aeb1e5534619ce2231b63d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:43:08 +0200 Subject: Adding debian version 43.0-3. Signed-off-by: Daniel Baumann --- debian/patches/92_systemd_unit.patch | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 debian/patches/92_systemd_unit.patch (limited to 'debian/patches/92_systemd_unit.patch') diff --git a/debian/patches/92_systemd_unit.patch b/debian/patches/92_systemd_unit.patch new file mode 100644 index 0000000..5d6888c --- /dev/null +++ b/debian/patches/92_systemd_unit.patch @@ -0,0 +1,42 @@ +From: Debian GNOME Maintainers + +Date: Sat, 10 May 2014 22:52:23 +0200 +Subject: Configure systemd service for Debian + +* Regenerate dconf defaults from source files before start or reload +* Use the right executable name for Debian +* Delay restarts a little +* Don't install the display-manager.service alias, which is managed + jointly by all Debian display managers via a debconf question + +Authors: Josselin Mouette, Laurent Bigonville, Iain Lane +Last-Update: 2017-10-05 +Origin: vendor, Debian +Forwarded: no +--- + data/gdm.service.in | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/data/gdm.service.in b/data/gdm.service.in +index 17e8a8d..066d763 100644 +--- a/data/gdm.service.in ++++ b/data/gdm.service.in +@@ -20,14 +20,14 @@ After=rc-local.service plymouth-start.service systemd-user-sessions.service + OnFailure=plymouth-quit.service + + [Service] +-ExecStart=${sbindir}/gdm ++ExecStartPre=/usr/share/gdm/generate-config ++ExecStart=${sbindir}/gdm3 + KillMode=mixed + Restart=always ++RestartSec=1s + IgnoreSIGPIPE=no + BusName=org.gnome.DisplayManager + EnvironmentFile=-${LANG_CONFIG_FILE} ++ExecReload=/usr/share/gdm/generate-config + ExecReload=/bin/kill -SIGHUP $MAINPID + KeyringMode=shared +- +-[Install] +-Alias=display-manager.service -- cgit v1.2.3