Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-11 00:18:10 +00:00
parent 4ccd905055
commit d185573d5d
9 changed files with 193 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# systemctl default
> Enter system default mode.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#default>.
- Enter default mode as a blocking operation:
`systemctl default`
- Enter default mode as asynchronous operation:
`systemctl default --no-block`