logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Service Config - Control SMF Configuration | Online Free DevTools by Hexmos

Control SMF configuration with svccfg. Import, export and modify service manifests on SunOS. Free online tool, no registration required.

svccfg

Import, export, and modify service configurations. More information: https://www.unix.com/man-page/linux/1m/svccfg.

  • 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}}

See Also