From 4222e836e6de452f5d4d844320a961d1eb8d639b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 11 Jun 2018 21:27:00 +0200 Subject: [PATCH] Improved brltty service to start before display manager and getty --- brltty.service | 1 + brltty.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/brltty.service b/brltty.service index 5cb9f3a..259b9ca 100644 --- a/brltty.service +++ b/brltty.service @@ -1,5 +1,6 @@ [Unit] Description=Braille display driver for Linux/Unix +Before=getty.target display-manager.service [Service] Type=forking diff --git a/brltty.spec b/brltty.spec index 147983d..76d2683 100644 --- a/brltty.spec +++ b/brltty.spec @@ -33,7 +33,7 @@ Name: brltty Version: %{pkg_version} -Release: 20%{?dist} +Release: 21%{?dist} License: LGPLv2+ URL: http://brltty.app/ Source0: http://brltty.app/archive/%{name}-%{version}.tar.xz @@ -537,6 +537,9 @@ fi %{_prefix}/lib/dracut/modules.d/99brltty/ %changelog +* Mon Jun 11 2018 Jaroslav Škarvada - 5.6-21 +- Improved brltty service to start before display manager and getty + * Fri Jun 8 2018 Jaroslav Škarvada - 5.6-20 - Fixed installation of multiple drivers and text tables in Dracut module if environment variables are used