mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 05:53:16 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,4 +14,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Wait for a systemd service to be active:
|
||||
|
||||
`until systemctl is-active --quiet {{nginx}}; do {{echo "Waiting..."}}; sleep 1; done; {{echo "Launched!"}}`
|
||||
`until systemctl is-active {{[-q|--quiet]}} {{nginx}}; do {{echo "Waiting..."}}; sleep 1; done; {{echo "Launched!"}}`
|
||||
|
||||
Reference in New Issue
Block a user