-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
$ 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
Metadata
Metadata
Assignees
Labels
No labels