summarylogtreecommitdiffstats
path: root/linux-macbook.install
diff options
context:
space:
mode:
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
}