summarylogtreecommitdiffstats
path: root/linux-macbook.install
diff options
context:
space:
mode:
authorTony Lambiris2016-12-10 23:44:11 -0500
committerTony Lambiris2016-12-10 23:44:11 -0500
commit854f450e06d8bf89aa58596ffaf1f621f3f7b679 (patch)
tree0d9145be0d30b614cad1a0b78141a516767b5746 /linux-macbook.install
parent46cb6a8f0d591c38e6272ada875c48b6d2f698ee (diff)
downloadaur-854f450e06d8bf89aa58596ffaf1f621f3f7b679.tar.gz
Version bump, add macbook-wakeup.service
Diffstat (limited to 'linux-macbook.install')
-rw-r--r--linux-macbook.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-macbook.install b/linux-macbook.install
index 475462b7d987..818e0fe587d8 100644
--- a/linux-macbook.install
+++ b/linux-macbook.install
@@ -14,8 +14,8 @@ cat <<-EOF
in /etc/default/grub and then ran the following command as root:
grub-mkconfig -o /boot/grub/grub.cfg
- Create /etc/tmpfiles.d/wakeup.conf with the contents:
- w /proc/acpi/wakeup - - - - LID0
+ Enable the macbook-wakeup service for suspend/resume on LID events:
+ systemctl enable --now macbook-wakeup.service
EOF
}