Move pages back into a "pages" folder

This commit is contained in:
rprieto
2014-03-04 23:28:29 +11:00
parent 0a4c0f0a37
commit f00bf64426
99 changed files with 0 additions and 0 deletions

23
pages/sunos/svcadm.md Normal file
View File

@@ -0,0 +1,23 @@
# svcadm
> Manipulate service instances
- enable a service in the service database
`svcadm enable {{service_name}}`
- disable service
`svcadm disable {{service_name}}`
- restart a running service
`svcadm restart {{service_name}}`
- command service to re-read configuration files
`svcadm refresh {{service_name}}`
- clear a service from maintenance state and command it to start
`svcadm clear {{service_name}}`