An open API service indexing awesome lists of open source software.

https://github.com/oxidecomputer/smf


https://github.com/oxidecomputer/smf

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# SMF

[![Version](https://img.shields.io/crates/v/smf)](https://crates.io/crates/smf)
[![License](https://img.shields.io/crates/l/smf)](https://github.com/oxidecomputer/smf/blob/main/LICENSE)
[![Docs](https://img.shields.io/docsrs/smf)](https://docs.rs/smf)

This crate provides a Rust interface to various utilities in the illumos SMF
system.

It provides a set of bindings for commands such as "svcs", "svcadm",
"svccfg", and "svcprop".

Warning: This crate is still under active development, and is
far from stable.