acpid: improve the runit service.

- Rather than -fl, run it with -d... it runs in the foreground and logs to stderr.
- Remove its log service now that it's unnecessary.
This commit is contained in:
Juan RP 2015-02-01 09:08:11 +01:00
parent 94765f6992
commit 4254ae06f8
3 changed files with 2 additions and 5 deletions

View File

@ -1,2 +0,0 @@
#!/bin/sh
exec logger -t acpid

View File

@ -1,3 +1,2 @@
#!/bin/sh
exec 2>&1
exec acpid -fl
exec acpid -d

View File

@ -1,7 +1,7 @@
# Template file for 'acpid'
pkgname=acpid
version=2.0.23
revision=8
revision=9
build_options="systemd"
build_style=gnu-configure
conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"