1

I am trying to run Supervisor init script downloaded from here: https://raw.github.com/Supervisor/initscripts/master/debian-norrgard

Reading the source, it should print out some output into stdout, but when I run it, it does not print anything and does not start supervisord either.

I noticed the same behaviour with /etc/init.d/mysql. Nginx /etc/init.d/nginx work's just fine.

How can I debug this?

Running Debian: 2.6.32-5-amd64 #1 SMP Sun May 6 04:00:17 UTC 2012 x86_64 GNU/Linux

Petr Peller
  • 183
  • 1
  • 6

1 Answers1

2

Try to run the script with sh -x or bash -x to see what's happening.

Vinz
  • 702
  • 4
  • 13