add systemd service

This commit is contained in:
2024-05-17 16:28:59 +02:00
parent 032729daf1
commit 42170a1aee
+15
View File
@@ -0,0 +1,15 @@
[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