/Manifold

Python library for creating Solaris SMF manifest files (for starting and stopping services on Solaris-like OSes)

Primary LanguagePythonMIT LicenseMIT

Manifold

Description

Python library for creating Solaris SMF manifest files (for starting and stopping services on Solaris-like OSes).

Rewritten for Python 3.

Usage

Download and run

git clone https://github.com/timotheosh/Manifold.git
cd Manifold
python3 setup.py install
manifold output.xml

and follow he prompts.

Tested and currently using on OmniOS r151038

Original Work

Original project was for Python 2, and has not been worked on since 2009. You can find it here.