Don't fail when the binary is not found

Per Debian Policy Manual, paragraph 9.3.2: Writing the scripts.
This commit is contained in:
Maxim Biro 2014-10-14 14:14:06 -04:00
parent fd255ee6c5
commit e8d7763e92

View File

@ -23,7 +23,7 @@ USER=tox-bootstrapd
GROUP=tox-bootstrapd
# Exit if the package is not installed
[ -x "$DAEMON" ] || exit 5
[ -x "$DAEMON" ] || exit 0
# Load the VERBOSE setting and other rcS variables
. /lib/init/vars.sh