``` $ sudo service httpd status httpd is stopped $ echo $? 3 $ sudo my_daemon status my_daemon [Not Running] $ echo $? 0 ``` The exit cods for status should reflect the exit codes in the following documentation: http://refspecs.linuxbase.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
The exit cods for status should reflect the exit codes in the following documentation:
http://refspecs.linuxbase.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html