Systemd service is now installed to default and emergency targets,

because assistive technology should be available there
This commit is contained in:
Jaroslav Škarvada 2018-05-24 11:13:49 +02:00
parent 1b08bec412
commit fd3f81839f
2 changed files with 6 additions and 2 deletions

View File

@ -6,4 +6,4 @@ Type=forking
ExecStart=/usr/bin/brltty
[Install]
WantedBy=multi-user.target
WantedBy=default.target emergency.target

View File

@ -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 <jskarvad@redhat.com> - 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 <jskarvad@redhat.com> - 5.6-12
- Switched to upstream patch adding LDFLAGS to more libraries
Related: rhbz#1543490