cours/caffeinate.md
Oscar Plaisant 602a41e7f8 update
2024-12-25 22:30:24 +01:00

18 lines
515 B
Markdown

---
alias: [ "commande pour empêcher le système de se mettre en veille", "prevent system idle" ]
---
up::[[terminal commandes]]
title:: "empêcher le système de se mettre en veille (Macos)"
#s/informatique
---
- prevent specific items to get idle
- `-d` display
- `-m` disk
- `-i` system
- `caffeinate -i <command>` to prevent idle while `<command>` is running (it forks and runs the command)
- `-t <timeout>` to specify a timeout (in seconds) for which the assertion has to be valid
-