diff --git a/srcpkgs/acpid/files/acpid/run b/srcpkgs/acpid/files/acpid/run index 2f1ecdb65c2..f3eacac33eb 100755 --- a/srcpkgs/acpid/files/acpid/run +++ b/srcpkgs/acpid/files/acpid/run @@ -1,2 +1,3 @@ #!/bin/sh +exec 1>&2 exec acpid -fl diff --git a/srcpkgs/acpid/template b/srcpkgs/acpid/template index 7d021522618..f7d8190e1bf 100644 --- a/srcpkgs/acpid/template +++ b/srcpkgs/acpid/template @@ -1,7 +1,7 @@ # Template file for 'acpid' pkgname=acpid version=2.0.23 -revision=5 +revision=6 build_options="systemd" build_style=gnu-configure conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"