2014-02-17 15:57:16 +00:00
|
|
|
# svccfg
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Import, export, and modify service configurations.
|
2021-03-31 12:09:14 +01:00
|
|
|
> More information: <https://www.unix.com/man-page/linux/1m/svccfg>.
|
2014-02-17 15:57:16 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Validate configuration file:
|
2014-02-17 15:57:16 +00:00
|
|
|
|
|
|
|
`svccfg validate {{smf.xml}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Export service configurations to file:
|
2014-02-17 15:57:16 +00:00
|
|
|
|
|
|
|
`svccfg export {{servicename}} > {{smf.xml}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Import/update service configurations from file:
|
2014-02-17 15:57:16 +00:00
|
|
|
|
|
|
|
`svccfg import {{smf.xml}}`
|