1. 17 Jan, 2013 1 commit
    • Service mod.: Proper(?) handling of return code 69 · 27ab2e55
      This adds "69" to the return codes from the status command that should be
      considered as not running. At least "django-celery" uses this return code,
      maybe others::
      
          /venv/bin/python /code/project/manage.py celeryctl status
          echo $? # 69 when not running.
      
      A bit of googling let me to http://tldp.org/LDP/abs/html/exitcodes.html and
      on a Ubuntu Server 12.10 I get::
      
          ~# cat /usr/include/sysexits.h | grep 69
          #define EX_UNAVAILABLE	69	/* service unavailable */
      
      I'm not sure if the content of sysexits.h is the same on other OS'es.
      Rune Kaagaard committed
  2. 13 Jan, 2013 14 commits
  3. 12 Jan, 2013 2 commits
  4. 11 Jan, 2013 1 commit
  5. 10 Jan, 2013 8 commits
  6. 09 Jan, 2013 12 commits
  7. 08 Jan, 2013 2 commits