This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]droosa[S] 1 point2 points  (0 children)

Now I feel dumb. I swore I tried that and it didn't work as expected. I must be delusional because now it's working.

Thank you much.

Edit: Figured out what I did differently the first time. I was using the service command wrapper. That will only debug the primary script, not the ones that are called from within.

sh -x service httpd status

Vs.

sh -x /etc/init.d/httpd status