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