mirror of
https://github.com/mainnika/acpi-wakeup-fixxer.git
synced 2026-05-22 15:53:40 +00:00
16 lines
304 B
Desktop File
16 lines
304 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
|
||
|
|
Type=oneshot
|
||
|
|
TimeoutSec=0
|
||
|
|
RemainAfterExit=yes
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=sysinit.target
|