2025-03-14 21:59:59 -06:00
|
|
|
# svccfg
|
|
|
|
|
|
|
|
|
|
> Import, export, and modify service configurations.
|
2026-07-08 16:22:34 -06:00
|
|
|
> More information: <https://www.unix.com/man-page/sunos/1m/svccfg>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Validate configuration file:
|
|
|
|
|
|
|
|
|
|
`svccfg validate {{path/to/smf_file.xml}}`
|
|
|
|
|
|
|
|
|
|
- Export service configurations to file:
|
|
|
|
|
|
|
|
|
|
`svccfg export {{servicename}} > {{path/to/smf_file.xml}}`
|
|
|
|
|
|
|
|
|
|
- Import/update service configurations from file:
|
|
|
|
|
|
|
|
|
|
`svccfg import {{path/to/smf_file.xml}}`
|