View Source

{kb-improvement}
{{cdp-server}} and {{cdp-agent init}} scripts now return Linux Standard Base (LSB)-compliant exit status codes.

For STATUS requests, the following exit codes are supported:
{code}
0 program is running or service is OK
1 program is dead and /var/run pid file exists
3 program is not running
{code}

For START requests, these additional codes are supported:
{code}
5 program is not installed
6 program is not configured
{code}

{kb-related-articles}