Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-09 00:19:00 +00:00
parent 52f5647220
commit d4e4abca39
60 changed files with 723 additions and 65 deletions

View File

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