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 #!/bin/sh
exec 2>&1 exec acpid -d
exec acpid -fl

View File

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