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:
parent
94765f6992
commit
4254ae06f8
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec logger -t acpid
|
|
@ -1,3 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
exec acpid -fl
|
||||
exec acpid -d
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue