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
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec acpid -d
|
||||||
exec acpid -fl
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue