mirror of
https://github.com/mainnika/acpi-wakeup-fixxer.git
synced 2026-05-22 15:53:40 +00:00
17 lines
378 B
Desktop File
17 lines
378 B
Desktop File
[Unit]
|
|
Description=Fix ACPI wakeup issues
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
Before=sysinit.target shutdown.target
|
|
ConditionPathExists=|/proc/acpi/wakeup
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/acpi-wakeup-fixxer $ACPI_WAKEUP_FIXXER_ARGS
|
|
Type=oneshot
|
|
TimeoutSec=0
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=-/etc/default/acpi-wakeup-fixxer
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|