diff --git a/brltty.service b/brltty.service index 3776b71..3b21e6c 100644 --- a/brltty.service +++ b/brltty.service @@ -6,4 +6,4 @@ Type=forking ExecStart=/usr/bin/brltty [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=default.target emergency.target diff --git a/brltty.spec b/brltty.spec index a1e167c..c2378a8 100644 --- a/brltty.spec +++ b/brltty.spec @@ -33,7 +33,7 @@ Name: brltty Version: %{pkg_version} -Release: 12%{?dist} +Release: 13%{?dist} License: LGPLv2+ URL: http://mielke.cc/brltty/ Source0: http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz @@ -514,6 +514,10 @@ fi %endif %changelog +* Thu May 24 2018 Jaroslav Škarvada - 5.6-13 +- Systemd service is now installed to default and emergency targets, + because assistive technology should be available there + * Tue May 22 2018 Jaroslav Škarvada - 5.6-12 - Switched to upstream patch adding LDFLAGS to more libraries Related: rhbz#1543490