mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 18:43:38 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user