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 @@
# svcadm
> Manipulate service instances
> Manipulate service instances.
- enable a service in the service database
- Enable a service in the service database:
`svcadm enable {{service_name}}`
- disable service
- Disable service:
`svcadm disable {{service_name}}`
- restart a running service
- Restart a running service:
`svcadm restart {{service_name}}`
- command service to re-read configuration files
- Command service to re-read configuration files:
`svcadm refresh {{service_name}}`
- clear a service from maintenance state and command it to start
- Clear a service from maintenance state and command it to start:
`svcadm clear {{service_name}}`