Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Bash lib for SysV init scripts

License

NotificationsYou must be signed in to change notification settings

essentialkaos/kaosv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GitHub Actions CI Status

DocumentationExamplesCommon mistakesCI StatusLicense


kaosv is bash lib for SysV init scripts.

Documentation

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.

Examples

Common mistakes

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.

CI Status

BranchStatus
masterCI
developCI

License

Apache License, Version 2.0


[8]ページ先頭

©2009-2025 Movatter.jp