mirror of
https://github.com/mainnika/acpi-wakeup-fixxer.git
synced 2026-05-22 15:53:40 +00:00
fix binary path in systemd
This commit is contained in:
@@ -6,7 +6,7 @@ Before=sysinit.target shutdown.target
|
|||||||
ConditionPathExists=|/proc/acpi/wakeup
|
ConditionPathExists=|/proc/acpi/wakeup
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/local/bin/acpi-wakeup-fixxer $ACPI_WAKEUP_FIXXER_ARGS
|
ExecStart=/usr/bin/acpi-wakeup-fixxer $ACPI_WAKEUP_FIXXER_ARGS
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
TimeoutSec=0
|
TimeoutSec=0
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user