add systemd unit args

This commit is contained in:
2024-05-18 07:08:52 +02:00
parent 117fcf3dab
commit 76ba300436
3 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -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