RC 2 SMF
RagHon Consulting has created a toolkit to build new SMF definitions, or convert old rc scripts to SMF.
Supports RBAC and projects.
The toolkit is made with perl, and consists of a perl module + a script.
The script has two modes, interactive and non interactive
Functionality:
Asks for
Supports RBAC and projects.
The toolkit is made with perl, and consists of a perl module + a script.
The script has two modes, interactive and non interactive
Functionality:
- If SMF exists, add a new instance
- Able to loop all /etc/init.d scrips, and let the user choose which script to SMF'ify
Asks for
- Full name of application
- Application name
- Application type
- User and group to start the application (default root:root)
- Privileges (default = :default)
- Project (default = :default)
- Environment
- MAN_PATH and section
- Start command
- Stop command (default = :kill)
- Refresh command (default = :kill -HUP)
- Restart command (default = :kill -HIUP)
- + some more