Fixed service autostart (if enabled)

Resolves: rhbz#1363632
This commit is contained in:
Jaroslav Škarvada 2016-08-03 17:00:20 +02:00
parent 4e1e546e4d
commit b6040032e5
2 changed files with 6 additions and 1 deletions

View File

@ -10,3 +10,4 @@ ExecStart=/usr/sbin/acpid -f $OPTIONS
[Install]
Also=acpid.socket
WantedBy=multi-user.target

View File

@ -8,7 +8,7 @@
Summary: ACPI Event Daemon
Name: acpid
Version: 2.0.27
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+
Group: System Environment/Daemons
Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz
@ -135,6 +135,10 @@ fi
%changelog
* Wed Aug 3 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.27-4
- Fixed service autostart (if enabled)
Resolves: rhbz#1363632
* Wed Jul 20 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.27-3
- Added exception for plasmashell to power.sh
Related: rhbz#1319885