- Notifications
You must be signed in to change notification settings - Fork0
Bash lib for SysV init scripts
License
essentialkaos/kaosv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Documentation •Examples •Common mistakes •CI Status •License
kaosv
is bash lib for SysV init scripts.
KAOSv contain inline documentation in shdoc format.
Documentation for latest version can be foundhere. Also you can useSHDoc utility for viewing inline docs in your console.
Checking the system environment before executingkv.go
You should define a pre-start handler withdisabled output redirect and perform system check in this handler (example).
The script doesn't run application and return a non-zero exit code
All handlers must always return action status code (ACTION_OK
,ACTION_ERROR
,ACTION_FORCED
) otherwise it can be exit code from the last command performed in this handler.
Branch | Status |
---|---|
master | |
develop |
About
Bash lib for SysV init scripts