Update systemctl.md; add page of systemd-analyze (#844)
This commit is contained in:

committed by
Waldir Pimenta

parent
87a46c30e7
commit
1bafef40fa
@@ -6,9 +6,9 @@
|
||||
|
||||
`systemctl --failed`
|
||||
|
||||
- Start/Stop/Restart a service:
|
||||
- Start/Stop/Restart/Reload a service:
|
||||
|
||||
`systemctl start/stop/restart {{unit}}`
|
||||
`systemctl start/stop/restart/reload {{unit}}`
|
||||
|
||||
- Show the status of a unit:
|
||||
|
||||
@@ -18,6 +18,10 @@
|
||||
|
||||
`systemctl enable/disable {{unit}}`
|
||||
|
||||
- Mask/Unmask a unit, prevent it to be started on bootup:
|
||||
|
||||
`systemctl mask/unmask {{unit}}`
|
||||
|
||||
- Reload systemd, scanning for new or changed units:
|
||||
|
||||
`systemctl daemon-reload`
|
||||
|
Reference in New Issue
Block a user