Files

17 lines
372 B
Desktop File
Raw Permalink Normal View History

2024-05-17 16:28:59 +02:00
[Unit]
Description=Fix ACPI wakeup issues
DefaultDependencies=no
Conflicts=shutdown.target
Before=sysinit.target shutdown.target
ConditionPathExists=|/proc/acpi/wakeup
[Service]
2024-05-18 11:14:56 +02:00
ExecStart=/usr/bin/acpi-wakeup-fixxer $ACPI_WAKEUP_FIXXER_ARGS
2024-05-17 16:28:59 +02:00
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
2024-05-18 07:08:52 +02:00
EnvironmentFile=-/etc/default/acpi-wakeup-fixxer
2024-05-17 16:28:59 +02:00
[Install]
WantedBy=sysinit.target