From 60e8ba8c00c22fc19be2f7da385832d09671c287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 2 Jun 2015 10:17:24 +0200 Subject: [PATCH] Used socket for stdin to support socket activation --- acpid.service | 1 + acpid.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/acpid.service b/acpid.service index fef3569..e7d0987 100644 --- a/acpid.service +++ b/acpid.service @@ -4,6 +4,7 @@ Documentation=man:acpid(8) Requires=acpid.socket [Service] +StandardInput=socket EnvironmentFile=/etc/sysconfig/acpid ExecStart=/usr/sbin/acpid -f $OPTIONS diff --git a/acpid.spec b/acpid.spec index b47b74d..04efe64 100644 --- a/acpid.spec +++ b/acpid.spec @@ -8,7 +8,7 @@ Summary: ACPI Event Daemon Name: acpid Version: 2.0.23 -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,9 @@ fi %changelog +* Tue Jun 2 2015 Jaroslav Škarvada - 2.0.23-4 +- Used socket for stdin to support socket activation + * Tue May 19 2015 Jaroslav Škarvada - 2.0.23-3 - Changed PATH to /usr/sbin:/usr/bin in power.sh Resolves: rhbz#1192817