Added: systemsetup -setrestartfreeze on
Macs may be reliable, but they have been known to freeze up on occasion. If you'd rather not deal with having to manually force a shutdown, you can use this Terminal command to make OS X instantly reboot on a freeze.
This commit is contained in:
parent
9b54375d44
commit
8714dc841d
@ -598,6 +598,11 @@ sudo systemsetup -setcomputersleep 60
|
|||||||
sudo systemsetup -setcomputersleep Never
|
sudo systemsetup -setcomputersleep Never
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Automatically restart Computer if it freezes
|
||||||
|
```bash
|
||||||
|
sudo systemsetup -setrestartfreeze on
|
||||||
|
```
|
||||||
|
|
||||||
#### Enable Chime when Charging
|
#### Enable Chime when Charging
|
||||||
Play iOS charging sound when MagSafe is connected.
|
Play iOS charging sound when MagSafe is connected.
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user