acpi_tables_patch/acpi_tables_patch@.service

12 lines
223 B
SYSTEMD
Raw Normal View History

2017-04-10 15:30:25 +02:00
[Unit]
Description=Create ACPI DSDT table patched with %I patch
DefaultDependencies=no
ConditionPathExists=!/boot/dsdt.aml
[Service]
Type=oneshot
ExecStart=/usr/sbin/acpi_tables_patch %I
[Install]
WantedBy=sysinit.target