logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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