path: pandorafms-agent_6.0-1/debian/pandorafms-agent.init.d
	#   2 if daemon could not be stopped
	#   other if a failure occurred
	pidof -x $DAEMON > /dev/null || return 1
	kill `pidof -x $DAEMON`
