Skip to content

Commit

Permalink
Fixed suspension script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobdev authored Jun 27, 2024
1 parent cc6062e commit f417483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/postinstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ S3 suspend has been broken since macOS Sonoma, it has never been fixed, but this
ExecStart=/usr/bin/rmmod -f apple-bce
ExecStop=/usr/bin/modprobe apple-bce
ExecStart=/usr/bin/modprobe brcmfmac
ExecStart=/usr/bin/modprobe brcmfmac_wcc
ExecStop=/usr/bin/modprobe brcmfmac
ExecStop=/usr/bin/modprobe brcmfmac_wcc
[Install]
WantedBy=sleep.target
Expand Down

0 comments on commit f417483

Please sign in to comment.