Compare commits

...

1 Commits

Author SHA1 Message Date
mainnika f344d62a04 fix binary path in systemd 2024-05-18 11:14:56 +02:00
+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