mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
295 B
295 B
svccfg
Import, export, and modify service configurations.
- Validate configuration file:
svccfg validate {{smf.xml}}
- Export service configurations to file:
svccfg export {{servicename}} > {{smf.xml}}
- Import/update service configurations from file:
svccfg import {{smf.xml}}