Skip to content

Commit

Permalink
apple/macbook: disable arpt wakeup trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@paral.in>
  • Loading branch information
paralin committed May 11, 2020
1 parent d984f5b commit e4604f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Fix XHC1 sleep trigger on MacBook

[Service]
Type=oneshot
ExecStart=/bin/bash -c "echo XHC1 > /proc/acpi/wakeup"
ExecStart=/bin/bash -c "printf 'ARPT\nXHC1\n' > /proc/acpi/wakeup"

[Install]
WantedBy=multi-user.target

0 comments on commit e4604f6

Please sign in to comment.