This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:miscadmin [2026/02/08 04:19] – oemb1905 | computing:miscadmin [2026/02/09 23:44] (current) – oemb1905 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| * **Jonathan Haack** | * **Jonathan Haack** | ||
| * **Haack' | * **Haack' | ||
| - | * **netcmnd@jonathanhaack.com** | + | * **support@haacksnetworking.org** |
| ------------------------------------------- | ------------------------------------------- | ||
| Line 407: | Line 407: | ||
| # | # | ||
| | | ||
| - | sudo nano / | + | Stubborn machine insists on sleeping? These mods should do the trick: |
| + | |||
| + | | ||
| AllowSuspend=no | AllowSuspend=no | ||
| AllowHibernation=no | AllowHibernation=no | ||
| AllowSuspendThenHibernate=no | AllowSuspendThenHibernate=no | ||
| AllowHybridSleep=no | AllowHybridSleep=no | ||
| + | sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target | ||
| - | Here ... | + | Mask hd-idle to stop it from interferring with external HD sleep / spin down: |
| - | --- // | + | sudo systemctl mask hd-idle.service |
| + | |||
| + | // | ||
| + | --- // | ||