|
root / base / usr / src / zyginit / services / acpihpd-check / service.toml
service.toml TOML 16 lines 525 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# Precheck for the ACPI hotplug daemon. Runs before `acpihpd` and
# disables it on platforms without ACPI hotplug (i440fx KVM, etc.) so
# the daemon doesn't false-positive as "failed" at boot. On supported
# platforms (bare metal, q35 KVM) this is a no-op and acpihpd starts
# normally.
[service]
name = "acpihpd-check"
description = "Disable acpihpd if no ACPI hotplug controller"
type = "oneshot"
[exec]
start = "/etc/zyginit/services/acpihpd-check/start.sh"
[dependencies]
requires = ["filesystem"]
[restart]
on = "never"