Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,23 +1,23 @@
# systemctl
> Control the systemd system and service manager
> Control the systemd system and service manager.
- List failed units
- List failed units:
`systemctl --failed`
- Start/Stop/Restart a service
- Start/Stop/Restart a service:
`systemctl start/stop/restart {{unit}}`
- Show the status of a unit
- Show the status of a unit:
`systemctl status {{unit}}`
- Enable/Disable a unit to be started on bootup
- Enable/Disable a unit to be started on bootup:
`systemctl enable/disable {{unit}}`
- Reload systemd, scanning for new or changed units
- Reload systemd, scanning for new or changed units:
`systemctl daemon-reload`