Formatted all pages according to guidelines.
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user