Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Fixed init script issues #70

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 27, 2014

  1. Replaced use of $LABEL with $NAME

    $LABEL does not exist so results in annoying output. e.g
    
        is running
    
     instead of:
    
        supervisord is running
    Mark Unsworth committed Sep 27, 2014
    Configuration menu
    Copy the full SHA
    6a37e00 View commit details
    Browse the repository at this point in the history
  2. made the DODTIME (time to wait when restarting/forcing stop) configur…

    …able. Set the default value to be 10 secs the same as the default stopwait time in the process configuration
    Mark Unsworth committed Sep 27, 2014
    Configuration menu
    Copy the full SHA
    8e74373 View commit details
    Browse the repository at this point in the history
  3. added a check to see if the service is still running after waiting. I…

    …f it is call force_stop.
    Mark Unsworth committed Sep 27, 2014
    Configuration menu
    Copy the full SHA
    0c5f9ec View commit details
    Browse the repository at this point in the history
  4. fixed bad reference to attribute

    Mark Unsworth committed Sep 27, 2014
    Configuration menu
    Copy the full SHA
    57ac9fe View commit details
    Browse the repository at this point in the history

Commits on May 26, 2015

  1. Configuration menu
    Copy the full SHA
    feb4e70 View commit details
    Browse the repository at this point in the history