mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 05:45:55 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,8 +15,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Unmask and start a service immediately:
|
||||
|
||||
`systemctl unmask --now {{service_name}}`
|
||||
`systemctl unmask {{service_name}} --now`
|
||||
|
||||
- Unmask a user service:
|
||||
|
||||
`systemctl unmask --user {{service_name}}`
|
||||
`systemctl unmask {{service_name}} --user`
|
||||
|
||||
Reference in New Issue
Block a user