mirror of
https://github.com/mainnika/acpi-wakeup-fixxer.git
synced 2026-05-22 15:53:40 +00:00
add systemd unit args
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ACPI_WAKEUP_FIXXER_ARGS=""
|
||||
@@ -6,10 +6,11 @@ Before=sysinit.target shutdown.target
|
||||
ConditionPathExists=|/proc/acpi/wakeup
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/acpi-wakeup-fixxer
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user