diff --git a/systemd/acpi-wakeup-fixxer.service b/systemd/acpi-wakeup-fixxer.service index 0b20d0f..960c4d5 100644 --- a/systemd/acpi-wakeup-fixxer.service +++ b/systemd/acpi-wakeup-fixxer.service @@ -6,7 +6,7 @@ Before=sysinit.target shutdown.target ConditionPathExists=|/proc/acpi/wakeup [Service] -ExecStart=/usr/local/bin/acpi-wakeup-fixxer $ACPI_WAKEUP_FIXXER_ARGS +ExecStart=/usr/bin/acpi-wakeup-fixxer $ACPI_WAKEUP_FIXXER_ARGS Type=oneshot TimeoutSec=0 RemainAfterExit=yes