12 lines
223 B
SYSTEMD
12 lines
223 B
SYSTEMD
|
[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
|