#!/bin/bash

DESC[0]="HP RAS daemon"
PROG[0]="hprasd"
ARGS[0]="-v"
WAIT[0]=1		# DBus name propagation

. $RUNDAEMON

# 42 == Python versionitis.  The error status has been displayed, don't
# mess up other actions.

[ $RETVAL -eq 42 ] && RETVAL=0
exit $RETVAL
