Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-08 00:20:21 +00:00
parent 15906413e1
commit ad2dc48e1b
11 changed files with 43 additions and 7 deletions

View File

@@ -15,3 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- Enable a service to run on boot and start it now:
`systemctl enable {{unit}} --now`
- Enable a user unit to run on login:
`systemctl enable --user {{unit}}`