fix binary path in systemd

This commit is contained in:
2024-05-18 11:14:56 +02:00
parent c0eb787ac9
commit f344d62a04
+1 -1
View File
@@ -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