Comment 1 for bug 648202

Revision history for this message
Stephane Chazelas (stephane-chazelas) wrote :

Also, I suspect the last line of the pre-start script should be:

check_standalone_mode || stop

instead of:

check_standalone_mode || exit 0

which is a no-op except for the message that check_standalone_mode might display.